ref: 7d02b4c1db8aa0f5b311f01714ef84d7f16888cc
parent: ceb577f086d0bce74b70732256beee684a2b12e7
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Feb 22 06:38:47 EST 2017
[tests] Add *.as to clean rule
--- a/tests/execute/Makefile
+++ b/tests/execute/Makefile
@@ -4,4 +4,4 @@
tests:
SCCEXECPATH=../../bin PATH=../../bin:$$PATH ./chktest.sh `cat scc-tests.lst`
clean:
- rm -f *.o *.ir *.qbe *core
+ rm -f *.as *.o *.ir *.qbe *core