diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-13 22:51:22 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-13 22:51:22 +0100 |
| commit | 9e6b3f2e30a1ff46ec6bd05383668fe0ea20ed0b (patch) | |
| tree | 0d5a14e7b7e2640c09944ec497a7a750a89bf50e /lua/Makefile | |
| parent | f15b998595f0179d8e3719844c786f01aeb6fc3d (diff) | |
| download | vis-9e6b3f2e30a1ff46ec6bd05383668fe0ea20ed0b.tar.gz vis-9e6b3f2e30a1ff46ec6bd05383668fe0ea20ed0b.tar.xz | |
test/lua: build vis binary if necessary
Diffstat (limited to 'lua/Makefile')
| -rw-r--r-- | lua/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/Makefile b/lua/Makefile index faeb8fd..84a1eed 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -1,4 +1,8 @@ -all: clean test +all: clean ../../vis test + +../../vis: ../../*.[ch] + @echo Compiling vis + @$(MAKE) -C ../.. clean: @rm -f *.out *.err |
