Makefile文件  |  9行  |  75 B

test: a/./b ./x

a/./b:
	echo $@
	mkdir -p a # for ninja.

././x:
	echo $@