X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=3377d55e1d49eef3f80323644c99d01247d70d21;hb=cc2722ba9e1b2854c5500eb7bb41910478aa8fce;hp=07e92964badaded80c973ab1bc2f1144b7577d40;hpb=18565743949174e28576a751ae18b90dcfc60c40;p=notmuch 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 \