From cc3e4755b42819cc61e3b704f595ab2fa059871f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 23 Dec 2023 20:17:06 +0100 Subject: Added phony --- GNUmakefile | 2 +- Makefile | 2 +- 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 -- cgit v1.2.3