aboutsummaryrefslogtreecommitdiff
path: root/lua/Makefile
diff options
context:
space:
mode:
authorJosh Wainwright <josh.wainwright@ldra.com>2016-04-25 15:31:12 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-04-26 09:29:35 +0200
commit164794e60fd382584cdd64808ce837b885f385c1 (patch)
tree625c0f2e5f2a4472461cb45f9b4bbe21c02ffccf /lua/Makefile
parent13499cc0d53277f7604eec2009476c1655cd8ba9 (diff)
downloadvis-164794e60fd382584cdd64808ce837b885f385c1.tar.gz
vis-164794e60fd382584cdd64808ce837b885f385c1.tar.xz
Remove .status files, just use .ref and .out pairs
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 7a45202..c74ed9e 100644
--- a/lua/Makefile
+++ b/lua/Makefile
@@ -3,7 +3,7 @@
all: clean test
clean:
- rm -f *.out *.status *.err
+ rm -f *.out *.err
test:
@./test.sh