commit f3ba2abaf4df6b45401263ffa68986483653f034
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Feb 22 07:35:57 2017 +0100
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Wed Feb 22 07:43:01 2017 +0100

    [tests] Add clean rule in execute/Makefile

diff --git a/tests/execute/Makefile b/tests/execute/Makefile
index 33eeb58..c22b120 100644
--- 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

Reply via email to