chore(makefile): add .PHONY target again
This commit is contained in:
parent
213b9a0d9e
commit
634fd7ce40
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -1,3 +1,6 @@
|
||||||
GO = go
|
GO = go
|
||||||
|
|
||||||
|
.PHONY: tetris
|
||||||
|
|
||||||
tetris :
|
tetris :
|
||||||
$(GO) build tetris.go
|
$(GO) build tetris.go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue