Files
SAE32_2024/tests/C/test-23-identical-timestamps/bake/Bakefile

8 lines
104 B
Plaintext
Raw Normal View History

2025-03-03 23:23:40 +01:00
all: output.txt
output.txt: input.txt
cat input.txt > output.txt
input.txt:
echo "Test" > input.txt