From 9e6b3f2e30a1ff46ec6bd05383668fe0ea20ed0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 13 Nov 2016 22:51:22 +0100 Subject: test/lua: build vis binary if necessary --- lua/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3