Makefile (all, clean): Make these be double-colon targets.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 20:53:49 +0000 (21:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 23:54:08 +0000 (00:54 +0100)
Makefile

index 519270e..e6ddd66 100644 (file)
--- 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