]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
build system: remove directories created by tests in "make clean"
[notmuch] / Makefile.local
index 53b4a0de8fce5dc51219c2c069dc355e4f6facae..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,8 +290,11 @@ 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                \
        json.c
 
 notmuch_client_modules = $(notmuch_client_srcs:.c=.o)