zedshaw.games/Makefile
2025-06-03 15:19:25 -04:00

8 lines
80 B
Makefile

build:
go build .
docs:
go tool godoc -http=localhost:6060 -index
dev:
air