aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-20 20:39:55 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-20 20:39:55 +0100
commit541a93a47ac338e23bd069ff65b735fcbb3252a5 (patch)
tree9830531f518380dab65d0ae339fe64a2f03a58ef /GNUmakefile
parentceb5c3dc964bf3159c67f174c53117f802e3d999 (diff)
Added phony
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 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