mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
Remove bundle files on clean
This commit is contained in:
parent
a56f5a4b25
commit
12d4885f3d
3
Makefile
3
Makefile
@ -70,7 +70,8 @@ DEBUILD_ROOT = /tmp/pgloader
|
||||
all: $(PGLOADER)
|
||||
|
||||
clean:
|
||||
rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) buildapp.log docs/_build
|
||||
rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) \
|
||||
buildapp.log build/bundle/* build/pgloader-bundle* build/quicklisp.lisp docs/_build
|
||||
|
||||
$(QLDIR)/local-projects/qmynd:
|
||||
git clone --depth 1 https://github.com/qitab/qmynd.git $@
|
||||
|
Loading…
Reference in New Issue
Block a user