From 634fd7ce408cf4c8fd36db9bd974da95269e3080 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 24 Sep 2025 20:15:58 +0200 Subject: [PATCH] chore(makefile): add .PHONY target again --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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