9 lines
87 B
Makefile
9 lines
87 B
Makefile
# TODO: Fix for non-ninja mode.
|
|
|
|
.DELETE_ON_ERROR:
|
|
|
|
test: file
|
|
|
|
file:
|
|
touch $@
|
|
false
|