From fe8cd90f97a078336612cd441a783096d6350564 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 4 May 2014 15:10:49 +0900 Subject: build: add dataclean It turns out to be inconvenient to delete the downloaded datafiles with distclean, so I propose a new target which does that instead. The closest conventional target is 'maintainer-clean'; the difference here is that having the original source tarball is not enough to reconstruct these files. --- Makefile.local | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index 07e92964..3377d55e 100644 --- a/Makefile.local +++ b/Makefile.local @@ -262,6 +262,10 @@ clean: distclean: clean rm -rf $(DISTCLEAN) +.PHONY: dataclean +dataclean: distclean + rm -rf $(DATACLEAN) + notmuch_client_srcs = \ command-line-arguments.c\ debugger.c \ -- cgit v1.2.3