mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
The make clean target needs more work.
This commit is contained in:
parent
789d854799
commit
cb20cb7145
4
Makefile
4
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)")' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user