diff options
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3caa3fc..4d2762f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,7 @@ include FICS/build.mk # common rules include common.mk -.PHONY: clean +.PHONY: clean install include $(TARGETS_DIR)clean.mk include $(TARGETS_DIR)install.mk @@ -18,7 +18,7 @@ include FICS/build.mk # common rules include common.mk -.PHONY: clean +.PHONY: clean install include $(TARGETS_DIR)clean.mk include $(TARGETS_DIR)install.mk |