diff options
Diffstat (limited to 'lua')
| -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 |
