diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-26 09:32:54 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-26 09:32:54 +0200 |
| commit | be13b70e92c4fcdd7b39684e760a5a3a27a8ff4b (patch) | |
| tree | 16e0d91966fc3882799fea2429d7dd21161230e9 /lua | |
| parent | b315dd0cfd881ff12f62b83597302c80b43d6cba (diff) | |
| download | vis-be13b70e92c4fcdd7b39684e760a5a3a27a8ff4b.tar.gz vis-be13b70e92c4fcdd7b39684e760a5a3a27a8ff4b.tar.xz | |
test/lua: silenced make clean
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 |
