8 lines
75 B
Makefile
8 lines
75 B
Makefile
test: a/./b ./x
|
|
|
|
a/./b:
|
|
echo $@
|
|
mkdir -p a # for ninja.
|
|
|
|
././x:
|
|
echo $@
|