1
0
Fork 0

chore(makefile): add .PHONY target again

This commit is contained in:
Henrik Hautakoski 2025-09-24 20:15:58 +02:00
parent 213b9a0d9e
commit 634fd7ce40

View file

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