Remove error message on clean
This commit is contained in:
parent
3c22edf1a3
commit
1b82426037
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue