After years of not using make, I find myself needing it again, the gnu version now. I\'m pretty sure I should be able to do what I want, but haven\'t figured out how, or fo
Put a - before the command, e.g.:
-
-myProg bad_input >> test.log
GNU make will then ignore the process exit code.