chore: fix build for windows
This commit is contained in:
parent
1468b1c025
commit
213b9a0d9e
3 changed files with 2 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/tetris
|
||||
/tetris.exe
|
||||
|
|
|
|||
5
Makefile
5
Makefile
|
|
@ -1,6 +1,3 @@
|
|||
GO = go
|
||||
|
||||
.PHONY: tetris
|
||||
|
||||
tetris :
|
||||
$(GO) build -o $@
|
||||
$(GO) build tetris.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue