diff options
| author | 2013-07-02 22:30:46 +0200 | |
|---|---|---|
| committer | 2013-07-02 22:30:46 +0200 | |
| commit | df47a68535beb8522e105894cef6088ca39aadc4 (patch) | |
| tree | 4a89951ad1aac13978a2272d707bd23d973223dc /lisp/Makefile | |
| parent | 612189139623bfc6cb45dadee3aeb0f8491d9fc7 (diff) | |
| download | clark-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/Makefile | 2 |
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 |
