aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-08 16:05:02 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-08 16:05:02 +0100
commitd2591c46763fa800e849806c5a1b841208c1989f (patch)
treee5243d5af51f2642918814d16c3ce21ac3d5239c /test
parent4d9bdb68361cc8dddc11bb48ea42b8fe2f68cb7b (diff)
downloadorg-drill-d2591c46763fa800e849806c5a1b841208c1989f.tar.gz
org-drill-d2591c46763fa800e849806c5a1b841208c1989f.zip
Dependency clean ups
Diffstat (limited to 'test')
-rw-r--r--test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..8406646
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,6 @@
+## what ever we called, don't do it here
+default:
+ $(MAKE) -C ..
+
+$(MAKECMDGOALS):
+ $(MAKE) -C .. $(MAKECMDGOALS)