aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-23 00:15:52 +0100
committerGravatar Tom Willemsen2013-03-23 00:15:52 +0100
commit02be3af2fd2706e69b555faf3f2aa165278995a0 (patch)
treeab74d865c2c0c678036d3e7887c990fc39e6d97b
parent02a823cc28b03ed97c6c2b596e77642c3e9e8d3f (diff)
downloadclark-02be3af2fd2706e69b555faf3f2aa165278995a0.tar.gz
clark-02be3af2fd2706e69b555faf3f2aa165278995a0.zip
Move lisp sources to lisp/
-rw-r--r--Makefile5
-rw-r--r--lisp/Makefile2
-rw-r--r--lisp/clark.asd (renamed from clark.asd)0
-rw-r--r--lisp/clark.lisp (renamed from clark.lisp)0
-rw-r--r--lisp/make-image.lisp (renamed from make-image.lisp)0
-rw-r--r--lisp/package.lisp (renamed from package.lisp)0
6 files changed, 5 insertions, 2 deletions
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/
diff --git a/lisp/Makefile b/lisp/Makefile
new file mode 100644
index 0000000..b79db48
--- /dev/null
+++ b/lisp/Makefile
@@ -0,0 +1,2 @@
+clark: clark.lisp make-image.lisp
+ sbcl --disable-debugger --load make-image.lisp
diff --git a/clark.asd b/lisp/clark.asd
index 3b5ef22..3b5ef22 100644
--- a/clark.asd
+++ b/lisp/clark.asd
diff --git a/clark.lisp b/lisp/clark.lisp
index cfec4b4..cfec4b4 100644
--- a/clark.lisp
+++ b/lisp/clark.lisp
diff --git a/make-image.lisp b/lisp/make-image.lisp
index 733cb8c..733cb8c 100644
--- a/make-image.lisp
+++ b/lisp/make-image.lisp
diff --git a/package.lisp b/lisp/package.lisp
index 9883445..9883445 100644
--- a/package.lisp
+++ b/lisp/package.lisp