aboutsummaryrefslogtreecommitdiff
path: root/lua/Makefile
diff options
context:
space:
mode:
authorJosh Wainwright <josh.wainwright@ldra.com>2016-04-21 09:05:10 +0100
committerJosh Wainwright <josh.wainwright@ldra.com>2016-04-21 09:05:10 +0100
commit2b18735726cd92be87e20f30680d85e7f0f1a3b2 (patch)
tree7dfd6c5279ea9a3794d005941ac334d9a9b69099 /lua/Makefile
parenta4f927716f69cc56d20b7960d345dc9d91cebbf5 (diff)
downloadvis-2b18735726cd92be87e20f30680d85e7f0f1a3b2.tar.gz
vis-2b18735726cd92be87e20f30680d85e7f0f1a3b2.tar.xz
Use .status files instead of .true files and write error to .err file
Diffstat (limited to 'lua/Makefile')
-rw-r--r--lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Makefile b/lua/Makefile
index 13619b9..7a45202 100644
--- a/lua/Makefile
+++ b/lua/Makefile
@@ -3,7 +3,7 @@
all: clean test
clean:
- rm -f *.out *.true
+ rm -f *.out *.status *.err
test:
@./test.sh