Move lisp sources to lisp/

This commit is contained in:
Tom Willemsen 2013-03-23 00:15:52 +01:00
parent 02a823cc28
commit 02be3af2fd
6 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,3 @@
clark: clark.lisp make-image.lisp
sbcl --disable-debugger --load make-image.lisp
.PHONY: all
all:
$(MAKE) -C lisp/

2
lisp/Makefile Normal file
View file

@ -0,0 +1,2 @@
clark: clark.lisp make-image.lisp
sbcl --disable-debugger --load make-image.lisp