Remove error message on clean

This commit is contained in:
Kelvin Ly 2020-01-05 15:34:25 -05:00
parent 3c22edf1a3
commit 1b82426037
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ all: ${FN}_filled.bin timing
timing: ${FN}.rpt
clean:
rm ${FN}.json ${FN}.asc ${FN}.bin ${FN}_filled.bin
rm -f ${FN}.json ${FN}.asc ${FN}.bin ${FN}_filled.bin ${FN}.rpt
flash: ${FN}_filled.bin
flashrom -p ft2232_spi:type=232H,port=A -w "${FN}_filled.bin"