commit 3f29c8c38c7c5eeb50eef5b20010955ef812bd86
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Feb 22 11:38:47 2017 +0100
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Wed Feb 22 11:38:47 2017 +0100

    [tests] Add *.as to clean rule

diff --git a/tests/execute/Makefile b/tests/execute/Makefile
index c22b120..ff1b466 100644
--- a/tests/execute/Makefile
+++ b/tests/execute/Makefile
@@ -4,4 +4,4 @@ all: tests
 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

Reply via email to