From 164794e60fd382584cdd64808ce837b885f385c1 Mon Sep 17 00:00:00 2001 From: Josh Wainwright Date: Mon, 25 Apr 2016 15:31:12 +0100 Subject: Remove .status files, just use .ref and .out pairs --- lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/Makefile') 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 -- cgit v1.2.3