From cb20cb7145d08637c5e22f57f8c1077357906f9e Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 25 Apr 2014 17:17:19 +0200 Subject: [PATCH] The make clean target needs more work. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d7c644d..e797e77 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,6 @@ DEBUILD_ROOT = /tmp/pgloader all: $(PGLOADER) -clean: - rm -rf $(BUILDDIR)/* - docs: ronn -roff pgloader.1.md @@ -60,6 +57,7 @@ $(MANIFEST): libs manifest: $(MANIFEST) ; $(BUILDAPP): quicklisp + mkdir -p $(BUILDDIR)/bin $(SBCL) $(SBCL_OPTS) --load $(QLDIR)/setup.lisp \ --eval '(ql:quickload "buildapp")' \ --eval '(buildapp:build-buildapp "$(BUILDAPP)")' \