1
0
Fork 0
tetris-go/Makefile
2025-09-14 22:16:29 +02:00

6 lines
53 B
Makefile

GO = go
.PHONY: tetris
tetris :
$(GO) build -o $@