Files
SAE32_2024/tests/C/test-23-identical-timestamps/make/Makefile
2025-03-03 23:23:40 +01:00

8 lines
104 B
Makefile

all: output.txt
output.txt: input.txt
cat input.txt > output.txt
input.txt:
echo "Test" > input.txt