]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
build system: remove directories created by tests in "make clean"
[notmuch] / Makefile.local
index 296995d364a4d0979cceb24752247b6b4f1e30d3..6d6896a353c4e2563f8936024608d3935cb7c50d 100644 (file)
@@ -265,7 +265,7 @@ quiet ?= $($(shell echo $1 | sed -e s'/ .*//'))
 
 .PHONY : clean
 clean:
-       rm -f $(CLEAN); rm -rf .deps
+       rm -rf $(CLEAN); rm -rf .deps
 
 # We don't (yet) have any distributed files not in the upstream repository.
 # So distclean is currently identical to clean.