### Flags affecting all rules | |
# A GNU make extension since gmake 3.72 (released in late 1994) to | |
# remove the target of rules if commands in those rules fail. The | |
# default is to only do that if make itself receives a signal. Affects | |
# all targets, see: | |
# | |
# info make --index-search=.DELETE_ON_ERROR | |
.DELETE_ON_ERROR: |