commit b2b77b05bf474823d8aae895ac5c949c3e67213b parent c833a387a4d230dab851ea00018af065e2dc0304 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Mon, 1 Nov 2021 18:07:23 +0100 tests/cc: Improve core cleaning Diffstat:
| M | tests/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