mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-06 22:37:02 +02:00
Remove regression output on clean
This commit is contained in:
parent
7c0d478064
commit
10ee9d931a
1
Makefile
1
Makefile
@ -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 $@
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user