]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
build system: remove directories created by tests in "make clean"
[notmuch] / Makefile.local
index a890df20a46f36e03437ce2f6cc0344837e83164..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.
@@ -290,6 +290,8 @@ notmuch_client_srcs =               \
        notmuch-show.c          \
        notmuch-tag.c           \
        notmuch-time.c          \
+       sprinter-json.c         \
+       sprinter-text.c         \
        query-string.c          \
        mime-node.c             \
        crypto.c                \