mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 06:18:00 -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
|