aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-02 22:30:46 +0200
committerGravatar Tom Willemse2013-07-02 22:30:46 +0200
commitdf47a68535beb8522e105894cef6088ca39aadc4 (patch)
tree4a89951ad1aac13978a2272d707bd23d973223dc /lisp/Makefile
parent612189139623bfc6cb45dadee3aeb0f8491d9fc7 (diff)
downloadclark-df47a68535beb8522e105894cef6088ca39aadc4.tar.gz
clark-df47a68535beb8522e105894cef6088ca39aadc4.zip
Add remove-tags command
This command removes the given tags (or all if none are specified) from a bookmark's tag list.
Diffstat (limited to 'lisp/Makefile')
-rw-r--r--lisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
index 6dec1dc..ae6a1bf 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -36,5 +36,5 @@ $(install-binaries): install-%: %
$(uninstall-binaries): uninstall-%:
rm -f "$(DESTDIR)/bin/$*"
-clark: clark.lisp make-image.lisp
+clark: clark.lisp queries.lisp make-image.lisp
$(LISP) --load make-image.lisp