From 53fa1ed0a89f2965e387e41509b998dad1e7ab82 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 14:18:05 -0700 Subject: [PATCH] Makefile: Add a disctclean target (simply calling clean) We currently don't distribute anything that's not already in git, so there's no difference between these two targets, (but debhelper wants to be able to call distclean). --- Makefile.local | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- 2.43.0