X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/18565743949174e28576a751ae18b90dcfc60c40..c6cdac8eceac04558ea033fdc4d827104d359c06:/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 \