mirror of
https://gitlab.com/vindarel/ciel.git
synced 2025-12-05 18:20:34 -08:00
(minor) make build doesn't depend on clean
This commit is contained in:
parent
c191b70d2c
commit
ad434ac4ea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -86,7 +86,7 @@ run-repl:
|
||||||
image:
|
image:
|
||||||
$(LISP) --load build-image.lisp
|
$(LISP) --load build-image.lisp
|
||||||
|
|
||||||
build: clean
|
build:
|
||||||
$(LISP) --non-interactive \
|
$(LISP) --non-interactive \
|
||||||
--eval '(ql:quickload "cl+ssl")' \
|
--eval '(ql:quickload "cl+ssl")' \
|
||||||
--load ciel.asd \
|
--load ciel.asd \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue