scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 3f29c8c38c7c5eeb50eef5b20010955ef812bd86
parent 4354a0c2d46f80124a976e4dc5d76b99fcf50ddb
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 22 Feb 2017 11:38:47 +0100

[tests] Add *.as to clean rule

Diffstat:
Mtests/execute/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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