From 1a288fdb23a756bdf5252f12b6280cbe984924c1 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 6 Apr 2025 00:05:27 +0200 Subject: .PHONY: added 'tidy' --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3