scc

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

commit 072a1fabc1a4e1236b4399aa8eb3c884ddb913ac
parent 2a970ec6fe58cc4b033af6e8d2fb5ffe9ee57f7b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  9 Jan 2025 11:59:01 +0100

tests/make: Clean artefacts in 0097-rule.sh

Diffstat:
Mtests/make/execute/0097-rule.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/make/execute/0097-rule.sh b/tests/make/execute/0097-rule.sh @@ -1,4 +1,6 @@ +#!/bin/sh +trap "rm -f f1.?" EXIT INT TERM HUP scc-make -df- <<'EOF' all: f1.o