mirror of
https://gitlab.com/vindarel/ciel.git
synced 2025-12-06 02:30:39 -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:
|
||||
$(LISP) --load build-image.lisp
|
||||
|
||||
build: clean
|
||||
build:
|
||||
$(LISP) --non-interactive \
|
||||
--eval '(ql:quickload "cl+ssl")' \
|
||||
--load ciel.asd \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue