[hackers] [scc] [tests] Add clean rule in execute/Makefile || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Wed, 22 Feb 2017 10:34:09 +0100 (CET)

commit f3ba2abaf4df6b45401263ffa68986483653f034
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Wed Feb 22 07:35:57 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -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
Received on Wed Feb 22 2017 - 10:34:09 CET

This archive was generated by hypermail 2.3.0 : Wed Feb 22 2017 - 10:36:21 CET