aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent02a823cc28b03ed97c6c2b596e77642c3e9e8d3f (diff)
downloadclark-02be3af2fd2706e69b555faf3f2aa165278995a0.tar.gz
clark-02be3af2fd2706e69b555faf3f2aa165278995a0.zip
Move lisp sources to lisp/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 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/