scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit cceaac6c6ed7505f2e552af7bd5d52d2ef6abd71
parent 92b000ddb3fb350fc0409fb292154f650129f050
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  4 Nov 2021 15:44:41 +0100

tests/cc: Improve clean target

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

diff --git a/tests/cc/execute/Makefile b/tests/cc/execute/Makefile @@ -10,5 +10,4 @@ tests: @CC=$(CC) ./chktest.sh scc-tests.lst clean: - rm -f *.as *.o *.ir *.qbe *core* test.log - + rm -f a.out *.s *.s *.as *.o *.ir *.qbe *core* test.log