8 lines
75 B
Makefile
8 lines
75 B
Makefile
run:
|
|
go run main.go
|
|
build:
|
|
go build -o dist/game.exe
|
|
dep:
|
|
go mod tidy
|
|
|