mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-22 20:41:31 -08:00
(minor) make clean (before build)
This commit is contained in:
parent
30ba0b87b3
commit
4e5485ad98
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -86,7 +86,7 @@ run-repl:
|
|||
image:
|
||||
$(LISP) --load build-image.lisp
|
||||
|
||||
build:
|
||||
build: clean
|
||||
$(LISP) --non-interactive \
|
||||
--eval '(ql:quickload "cl+ssl")' \
|
||||
--load ciel.asd \
|
||||
|
|
@ -101,3 +101,6 @@ gen-dependencies-list:
|
|||
|
||||
serve-docs:
|
||||
docsify serve docs/
|
||||
|
||||
clean:
|
||||
rm ciel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue