scc

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

commit 39b7798c5aefe7c3a7c8ab9f62eda62206403dde
parent cfcf9b62504cac2752f5813a516d71bbeee66491
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  1 Nov 2021 18:07:23 +0100

tests/cc: Improve core cleaning

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

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