Ajout Test 23 et 24
This commit is contained in:
7
tests/C/test-23-identical-timestamps/bake/Bakefile
Normal file
7
tests/C/test-23-identical-timestamps/bake/Bakefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: output.txt
|
||||
|
||||
output.txt: input.txt
|
||||
cat input.txt > output.txt
|
||||
|
||||
input.txt:
|
||||
echo "Test" > input.txt
|
Reference in New Issue
Block a user