How to have GNU make explicitly test for failure? March 22, 2023 by Tarik Put a - before the command, e.g.: -myProg bad_input >> test.log GNU make will then ignore the process exit code.