From 0c28fc812760013a3ebe7868bd86d683ad42981b Mon Sep 17 00:00:00 2001
From: Lars Frost <larsf@fsmpi.rwth-aachen.de>
Date: Mon, 24 Jun 2024 22:50:20 +0200
Subject: [PATCH] Fix: Makefile rules are phony but not marked so

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index bffd3c0..25bf0c2 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,4 @@ publish: out/Leitfaden.pdf
 	cp out/Leitfaden.pdf /shared/Projects/Osak/web/files/gamejam-2024-07-05/Guideline.pdf
 	make -C /shared/Projects/Osak/web forcedeploy
 
-.PHONY: all clean watch
+.PHONY: all clean watch open publish
-- 
GitLab