scc

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

commit d30bca4027e65467bea90ef5a78a21e8c27ac34e
parent da629584989774c078aea112c231c221eee8be28
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 18 Jan 2024 13:34:51 +0100

tests/make: Clean files generated

These files are usually cleaned by the shell scripts but sometimes
they can fail and it is safer to remove them from the global
makefile.

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 + rm -f test.log tmp?.* file? file.c file.o