X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile;h=2cd1b1bae4af648b07b51a110e08f623868fa66e;hb=161b2738e1b99f56d0d44a446045e223deddea22;hp=ae8bff134a154544340bca9558aefe6639ff19d6;hpb=1266d8511e9adc7296ec4ddbf609dec824b4c94f;p=notmuch 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