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