update go.mod, new makefile tasks

This commit is contained in:
2023-07-02 20:06:55 +02:00
parent eadb0db13c
commit 663f578c7e
5 changed files with 11 additions and 47 deletions

View File

@@ -1,6 +1,7 @@
dev:
run:
go run main.go
build:
echo "install"
install:
echo "install"
go build -o dist/game.exe
dep:
go mod tidy