diff options
Diffstat (limited to 'lua/Makefile')
| -rw-r--r-- | lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Makefile b/lua/Makefile index 84a1eed..a7afc80 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -5,7 +5,7 @@ all: clean ../../vis test @$(MAKE) -C ../.. clean: - @rm -f *.out *.err + @rm -f *.out *.err *.busted test: @./test.sh |
