mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
9 lines
98 B
Makefile
9 lines
98 B
Makefile
make:
|
|
go run main.go examples/slides.md
|
|
|
|
test:
|
|
go test ./... -short
|
|
|
|
build:
|
|
go build -o slides
|