diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-08 16:05:02 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-08 16:05:02 +0100 |
| commit | d2591c46763fa800e849806c5a1b841208c1989f (patch) | |
| tree | e5243d5af51f2642918814d16c3ce21ac3d5239c /test | |
| parent | 4d9bdb68361cc8dddc11bb48ea42b8fe2f68cb7b (diff) | |
| download | org-drill-d2591c46763fa800e849806c5a1b841208c1989f.tar.gz org-drill-d2591c46763fa800e849806c5a1b841208c1989f.zip | |
Dependency clean ups
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 6 |
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) |
