X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/blobdiff_plain/c71a0b566ce55e2f58f06c8a524de66ac4ba6848..6e66bf295f52b776a857678630c1332c5adb7e25:/Makefile 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