]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
debian: Update standards version to 3.8.4.
[notmuch] / Makefile.local
index 1c3d5f5b6e9f435f7b02bb45f84f9752afdfaf41..bb5d6762c9b091251546a50bd9a9d6dd1536bf86 100644 (file)
@@ -138,6 +138,11 @@ DEPS := $(DEPS:%.cc=.deps/%.d)
 clean:
        rm -f $(CLEAN); rm -rf .deps
 
+# We don't (yet) have any distributed files not in the upstream repository.
+# So distclean is currently identical to clean.
+.PHONY: distclean
+distclean: clean
+
 notmuch_client_srcs =          \
        $(notmuch_compat_srcs)  \
        debugger.c              \