diff --git a/Makefile b/Makefile index cfda436..672e158 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ GO = go + +.PHONY: tetris + tetris : $(GO) build tetris.go