mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-08 22:07:59 -05:00
12 lines
120 B
Makefile
12 lines
120 B
Makefile
make:
|
|
go run main.go examples/slides.md
|
|
|
|
test:
|
|
go test ./... -short
|
|
|
|
build:
|
|
go build -o slides
|
|
|
|
install:
|
|
go install
|