Files
SAE32_2024/tests/test-17-rule-without-command/bake/Bakefile

8 lines
52 B
Plaintext

all: dep1 dep2
dep1:
dep2: dep3
dep3:
touch dep3