scc

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

commit 1c3d21168c86e5fddc2bf41dd41f6a89e62c93e9
parent 333469edcd129d9bbc25832d900d27d3b6a340eb
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 21 Jan 2024 11:44:55 +0100

tests/make: Add core to clean target

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

diff --git a/tests/make/execute/Makefile b/tests/make/execute/Makefile @@ -15,4 +15,4 @@ hello: @echo Hello World! clean: - rm -f test.log tmp?.* file? file.c file.o + rm -f test.log tmp?.* file? file.c file.o core*