blob: 74ff03e29d140622f1c7782256672d62a45ab295 [file] [log] [blame]
# TODO: Implement vpath and VPATH and test them. It seems Android
# actually uses it...
VPATH=dir
test1:
mkdir dir
touch dir/foo
test2: bar
bar: foo
echo PASS