1
0
Fork 0

chore: fix build for windows

This commit is contained in:
Henrik Hautakoski 2025-09-24 20:13:56 +02:00
parent 1468b1c025
commit 213b9a0d9e
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/tetris
/tetris.exe

View file

@ -1,6 +1,3 @@
GO = go
.PHONY: tetris
tetris :
$(GO) build -o $@
$(GO) build tetris.go

View file