Files
slides/Makefile
2021-10-21 21:01:07 -04:00

9 lines
98 B
Makefile

make:
go run main.go examples/slides.md
test:
go test ./... -short
build:
go build -o slides