We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0d478 commit 10ee9d9Copy full SHA for 10ee9d9
Makefile
@@ -72,6 +72,7 @@ all: $(PGLOADER)
72
clean:
73
rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) \
74
buildapp.log build/bundle/* build/pgloader-bundle* build/quicklisp.lisp docs/_build
75
+ $(MAKE) -C test clean
76
77
$(QLDIR)/local-projects/qmynd:
78
git clone --depth 1 https://github.com/qitab/qmynd.git $@
test/Makefile
@@ -54,7 +54,7 @@ endif
54
55
regress: clean-out $(addprefix regress/out/, $(REGRESS:.load=.out)) ;
56
57
-clean-out:
+clean clean-out:
58
rm -f regress/out/*
59
60
local: prepare $(LOCAL)
0 commit comments