mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-10 06:48:01 -05:00
9 lines
91 B
Makefile
9 lines
91 B
Makefile
make:
|
|
go run main.go examples/slides.md
|
|
|
|
build:
|
|
go build -o slides
|
|
|
|
install:
|
|
go install
|