diff options
| author | Josh Wainwright <josh.wainwright@ldra.com> | 2016-04-25 15:31:12 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-26 09:29:35 +0200 |
| commit | 164794e60fd382584cdd64808ce837b885f385c1 (patch) | |
| tree | 625c0f2e5f2a4472461cb45f9b4bbe21c02ffccf /lua/Makefile | |
| parent | 13499cc0d53277f7604eec2009476c1655cd8ba9 (diff) | |
| download | vis-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/Makefile | 2 |
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 |
