clean build shrapnel from previous runs prior to dumping our exec.

This commit is contained in:
Brian O'Reilly 2025-09-04 11:08:07 -04:00
parent ce6e5dd088
commit 3854fdecac
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ OUT=asteroid
ENTRY=-main
.PHONY: $(OUT)
$(OUT): *.lisp
$(OUT): clean
sbcl --load build-executable.lisp
quicklisp-manifest.txt: *.asd