From ad434ac4ead2c42ec364a39b5f45b55924d9c6f0 Mon Sep 17 00:00:00 2001 From: vindarel Date: Sat, 18 Jan 2025 12:14:02 +0100 Subject: [PATCH] (minor) make build doesn't depend on clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \