Skip to content
Snippets Groups Projects
Commit a26535f7 authored by Mariano Montone's avatar Mariano Montone
Browse files

Build

parent 6c092646
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ static: ...@@ -7,7 +7,7 @@ static:
cp -r content/static output/static cp -r content/static output/static
generate: static generate: static
sbcl --eval '(progn (ql:quickload :cl-site)(funcall (symbol-function (intern "MAKE-SITE" :cl-site)))(quit))' sbcl --load build.lisp --non-interactive
clean: clean:
rm -rf output rm -rf output
......
(ql:quickload :cl-site)
(funcall (symbol-function (intern "MAKE-SITE" :cl-site)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment