From 225663807314b1a7cb29b3120e37b1763ffc3cc1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 13:21:37 -0300 Subject: Makefile: Add .PHONY marker to targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 017c88f..8cc3420 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,5 @@ public: clean: rm -rf public/ + +.PHONY: all clean check install uninstall -- cgit v1.2.3