aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-23 20:17:06 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-23 20:17:06 +0100
commitcc3e4755b42819cc61e3b704f595ab2fa059871f (patch)
tree2b071ea830d62103aba4fe54359d2f3267993fd9
parent383236867bfda6ff15662e712e122c3ce6d973f4 (diff)
Added phony
-rw-r--r--GNUmakefile2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4d2762f..f94b0a4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -14,7 +14,7 @@ include FICS/build.mk
# common rules
include common.mk
-.PHONY: clean install
+.PHONY: clean install-init install
include $(TARGETS_DIR)clean.mk
include $(TARGETS_DIR)install.mk
diff --git a/Makefile b/Makefile
index a01ac44..f065ca4 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ include FICS/build.mk
# common rules
include common.mk
-.PHONY: clean install
+.PHONY: clean install-init install
include $(TARGETS_DIR)clean.mk
include $(TARGETS_DIR)install.mk