The make clean target needs more work.

This commit is contained in:
Dimitri Fontaine 2014-04-25 17:17:19 +02:00
parent 789d854799
commit cb20cb7145

View File

@ -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)")' \