commit f3ba2abaf4df6b45401263ffa68986483653f034 parent 78ca1ab63db47617702ebe635122fa8907fc95de Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Wed, 22 Feb 2017 07:35:57 +0100 [tests] Add clean rule in execute/Makefile Diffstat:
M | tests/execute/Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/execute/Makefile b/tests/execute/Makefile @@ -3,4 +3,5 @@ all: tests tests: SCCEXECPATH=../../bin PATH=../../bin:$$PATH ./chktest.sh `cat scc-tests.lst` - +clean: + rm -f *.o *.ir *.qbe *core