-
Simon Marlow authored
Set .DELETE_ON_ERROR rather than using the strange construction <command> || ($(RM) $@; exit 1) in a few places.
Simon Marlow authoredSet .DELETE_ON_ERROR rather than using the strange construction <command> || ($(RM) $@; exit 1) in a few places.
Loading