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
0eab4610
Commit
0eab4610
authored
May 11, 2018
by
Mariano Montone
Browse files
Makefile
parent
a0314cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
0eab4610
all
:
generate
serve
:
cd
output
;
python
-m
SimpleHTTPServer
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))'
clean
:
rm
-rf
output
mkdir
output
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