Files
slides/Makefile
2021-06-25 22:09:17 -04:00

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