From: Mark Wooding Date: Wed, 6 Jun 2018 20:53:49 +0000 (+0100) Subject: Makefile (all, clean): Make these be double-colon targets. X-Git-Tag: 1.2.0~13 X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/commitdiff_plain/6e66bf295f52b776a857678630c1332c5adb7e25 Makefile (all, clean): Make these be double-colon targets. --- diff --git a/Makefile b/Makefile index 519270e..e6ddd66 100644 --- a/Makefile +++ b/Makefile @@ -138,12 +138,12 @@ DISTFILES += $(patsubst %, debian/%.lintian-overrides, \ ###-------------------------------------------------------------------------- ### Building. -all: $(TARGETS) +all:: $(TARGETS) .PHONY: ALL CLEAN += $(TARGETS) CLEAN += *.o -clean: +clean:: rm -f $(CLEAN) .PHONY: clean