Remove regression output on clean

This commit is contained in:
Christoph Berg 2022-06-26 23:32:55 +02:00
parent 7c0d478064
commit 10ee9d931a
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ all: $(PGLOADER)
clean:
rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) \
buildapp.log build/bundle/* build/pgloader-bundle* build/quicklisp.lisp docs/_build
$(MAKE) -C test clean
$(QLDIR)/local-projects/qmynd:
git clone --depth 1 https://github.com/qitab/qmynd.git $@

View File

@ -54,7 +54,7 @@ endif
regress: clean-out $(addprefix regress/out/, $(REGRESS:.load=.out)) ;
clean-out:
clean clean-out:
rm -f regress/out/*
local: prepare $(LOCAL)