diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index f94b0a4..cf29782 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,8 @@ 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 +include $(TARGETS_DIR)tidy.mk |