From 4e5485ad98f07bfb16746c78bb4e0294d57aaf61 Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 17 Jan 2025 17:48:14 +0100 Subject: [PATCH] (minor) make clean (before build) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97654a9..c991b80 100644 --- a/Makefile +++ b/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