Remove bundle files on clean

This commit is contained in:
Christoph Berg 2022-06-24 16:22:00 +02:00
parent a56f5a4b25
commit 12d4885f3d

View File

@ -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 $@