From 6532633fe9d9309a28d39407acb4bf9c4bea0e34 Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Thu, 4 Sep 2025 11:58:41 -0400 Subject: [PATCH] clean out the Makefile a bit. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 06f3405..f9575bb 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,5 @@ quicklisp-manifest.txt: *.asd --eval '(ql:quickload "$(PACKAGE)")'\ --eval '(ql:write-asdf-manifest-file "quicklisp-manifest.txt")' -# buildapp: -# sbcl --eval '(ql:quickload "buildapp")' --eval '(buildapp:build-buildapp)' --non-interactive - clean: rm -f *.fasl $(OUT) buildapp quicklisp-manifest.txt