diff --git a/Makefile b/Makefile index c991b80..dc2d426 100644 --- a/Makefile +++ b/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 \