From 13ec2e49bcc810fa81721a5122da6d405562e92d Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sat, 27 Oct 2007 23:46:18 +0200 Subject: [PATCH] add another clean target (lib-clean for the shared lib) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbebe0e..d7ab916 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,10 @@ git-push : ## Workspace cleanup clean: + rm -f *.o *.fasl *~ *.flc + +lib-clean : (cd lib; make clean) - rm -f *.o *.fasl *~ dist-clean: clean rm -rf fasl sbcl-fasl -- 2.11.4.GIT