Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clo
cl-site
Commits
a26535f7
Commit
a26535f7
authored
May 11, 2018
by
Mariano Montone
Browse files
Build
parent
6c092646
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a26535f7
...
...
@@ -7,7 +7,7 @@ static:
cp
-r
content/static output/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
:
rm
-rf
output
...
...
build.lisp
0 → 100644
View file @
a26535f7
(
ql:quickload
:cl-site
)
(
funcall
(
symbol-function
(
intern
"MAKE-SITE"
:cl-site
)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment