From 3854fdecac0a817d046967283f20f478328edeff Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Thu, 4 Sep 2025 11:08:07 -0400 Subject: [PATCH] clean build shrapnel from previous runs prior to dumping our exec. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e063ea..06f3405 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ OUT=asteroid ENTRY=-main .PHONY: $(OUT) -$(OUT): *.lisp +$(OUT): clean sbcl --load build-executable.lisp quicklisp-manifest.txt: *.asd