From 02be3af2fd2706e69b555faf3f2aa165278995a0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 23 Mar 2013 00:15:52 +0100 Subject: Move lisp sources to lisp/ --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b79db48..b1ea327 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,3 @@ -clark: clark.lisp make-image.lisp - sbcl --disable-debugger --load make-image.lisp +.PHONY: all +all: + $(MAKE) -C lisp/ -- cgit v1.2.3-54-g00ecf