scc

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

commit 094d960dbfe06abd87c1b48b61851d86a0738767
parent bc57c1cc1a92a39d4801d582753ebb6a34807b3c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue,  7 Jan 2025 22:03:45 +0100

tests/make: Add 0097-rule.sh

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

diff --git a/tests/make/execute/0097-rule.sh b/tests/make/execute/0097-rule.sh @@ -0,0 +1,10 @@ + + +scc-make -df- <<'EOF' +all: f1.o + +f1.o: f1.c + touch $@ + +f1.c: + touch $@