aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/delete_on_error.mk
blob: f1947599e0fc391c2abbbf82b752e9cf2a0c3405 (plain)
1
2
3
4
5
6
7
8
9
# TODO: Fix for non-ninja mode.

.DELETE_ON_ERROR:

test: file

file:
	touch $@
	false