From 12d4885f3d42ac0ee835e2a94ff3a4b86dd7760a Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 24 Jun 2022 16:22:00 +0200 Subject: [PATCH] Remove bundle files on clean --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ea7c58..91fa89d 100644 --- a/Makefile +++ b/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 $@