diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Makefile b/lua/Makefile index c74ed9e..3404c8b 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -3,7 +3,7 @@ all: clean test clean: - rm -f *.out *.err + @rm -f *.out *.err test: @./test.sh |
