X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=bb5d6762c9b091251546a50bd9a9d6dd1536bf86;hp=1c3d5f5b6e9f435f7b02bb45f84f9752afdfaf41;hb=248e6f8c04ba88806ad7e8cd07f1c68493dc1a52;hpb=1d1ad74db9b85804fdec7e3311223caa7a591c82 diff --git a/Makefile.local b/Makefile.local index 1c3d5f5b..bb5d6762 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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 \