Files
slides/Makefile
2021-06-06 14:01:55 +07:00

9 lines
72 B
Makefile

make:
go run main.go
build:
go build -o slides
install:
go install