Move lisp sources to lisp/
This commit is contained in:
parent
02a823cc28
commit
02be3af2fd
6 changed files with 5 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -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
2
lisp/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
clark: clark.lisp make-image.lisp
|
||||
sbcl --disable-debugger --load make-image.lisp
|
Loading…
Reference in a new issue