light.lst : light.txt - flash light.txt
In the example above, NMAKE never ends, regardless of the exit code returned by flash.
light.lst : light.txt -1 flash light.txt
In the example above, NMAKE ends if the exit code returned by flash is greater than 1.