Makefile文件  |  10行  |  87 B

# TODO: Fix for non-ninja mode.

.DELETE_ON_ERROR:

test: file

file:
	touch $@
	false