8 lines
96 B
Makefile
8 lines
96 B
Makefile
run:
|
|
go run main.go
|
|
build:
|
|
go build -o dist/game.exe
|
|
dep:
|
|
go mod tidy
|
|
doc:
|
|
godoc -http=:3000
|