aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-04-06 00:05:27 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-04-06 00:05:27 +0200
commit1a288fdb23a756bdf5252f12b6280cbe984924c1 (patch)
treec8f5a076d3e60d7bf47b63fa51e9a3a782402f41 /GNUmakefile
parent3c5acf85dd52fea7160b89d92d0f059a7ceb370b (diff)
.PHONY: added 'tidy'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2e65201..cf29782 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -14,7 +14,7 @@ include FICS/build.mk
# common rules
include common.mk
-.PHONY: clean install-init install
+.PHONY: clean install-init install tidy
include $(TARGETS_DIR)clean.mk
include $(TARGETS_DIR)install.mk