allwinner_a64/android/build/kati/testcase/delete_on_error.mk
2018-08-08 16:48:17 +08:00

9 lines
87 B
Makefile

# TODO: Fix for non-ninja mode.
.DELETE_ON_ERROR:
test: file
file:
touch $@
false