From b4769c70c4f3bc196595ff9795acc10ca7ddc1a6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 6 Oct 2013 02:29:12 +0200 Subject: Move command definitions to separate file Hoping to keep the clark source file clean. --- lisp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/Makefile') diff --git a/lisp/Makefile b/lisp/Makefile index ae6a1bf..f0ef043 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -36,5 +36,5 @@ $(install-binaries): install-%: % $(uninstall-binaries): uninstall-%: rm -f "$(DESTDIR)/bin/$*" -clark: clark.lisp queries.lisp make-image.lisp +clark: clark.lisp commands.lisp queries.lisp make-image.lisp $(LISP) --load make-image.lisp -- cgit v1.2.3-54-g00ecf