X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=2cd1b1bae4af648b07b51a110e08f623868fa66e;hb=685a8ad23be3ceac8387e32f49a4a387cae2434d;hp=ae8bff134a154544340bca9558aefe6639ff19d6;hpb=8aa339ac770f77009593b77dfdc68cff53fa02ae;p=obsolete%2Fnotmuch-old diff --git a/Makefile b/Makefile index ae8bff13..2cd1b1ba 100644 --- a/Makefile +++ b/Makefile @@ -75,5 +75,6 @@ DEPS := $(SRCS:%.c=.deps/%.d) DEPS := $(DEPS:%.cc=.deps/%.d) -include $(DEPS) +.PHONY : clean clean: rm -f $(CLEAN); rm -rf .deps