Initial commit
This commit is contained in:
commit
f26c478727
18 changed files with 621 additions and 0 deletions
6
makefile
Normal file
6
makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
GO=go
|
||||
|
||||
.PHONY: game
|
||||
|
||||
game:
|
||||
$(GO) build -o $@ .
|
||||
Loading…
Add table
Add a link
Reference in a new issue