tests/make: Add core to clean target - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1c3d21168c86e5fddc2bf41dd41f6a89e62c93e9
 (DIR) parent 333469edcd129d9bbc25832d900d27d3b6a340eb
 (HTM) 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:
         M tests/make/execute/Makefile         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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*