mirror of
https://github.com/maaslalani/slides.git
synced 2026-04-23 03:00:33 -04:00
9 lines
72 B
Makefile
9 lines
72 B
Makefile
make:
|
|
go run main.go
|
|
|
|
build:
|
|
go build -o slides
|
|
|
|
install:
|
|
go install
|