git.fiddlerwoaroof.com
Browse code

Adding a build script to reduce reliance on memory

fiddlerwoaroof authored on 09/06/2016 16:43:38
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,7 @@
1
+CC=`which gcc` \
2
+sbcl --no-userinit \
3
+     --load ~/quicklisp/setup.lisp \
4
+     --eval '(push (truename ".") asdf:*central-registry*)' \
5
+     --eval '(ql:quickload :tempores)'  \
6
+     --load tempores-client.lisp \
7
+     --eval '(tempores.cli::make-executable)'