aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-19 16:15:31 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-19 16:15:31 +0200
commitf484c0dfb5a029c580a5e98268ea049942c66949 (patch)
tree7c2621a6156c9bb4dded1b422112aab01c4c4691 /Makefile
parentd49438659d920718fa2fe7f9ce2c5665a62c9d58 (diff)
downloadvis-f484c0dfb5a029c580a5e98268ea049942c66949.tar.gz
vis-f484c0dfb5a029c580a5e98268ea049942c66949.tar.xz
Fix vis-test git submodule integration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86771a5..4b166d5 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ test-update:
git submodule update --remote --rebase
test:
- [ -d test ] || $(MAKE) test-update
+ [ -e test/Makefile ] || $(MAKE) test-update
@$(MAKE) -C test
clean: