From 1b8242603728e03a60b386ff1bc3b19b67e57cd7 Mon Sep 17 00:00:00 2001 From: Kelvin Ly Date: Sun, 5 Jan 2020 15:34:25 -0500 Subject: [PATCH] Remove error message on clean --- rtl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/Makefile b/rtl/Makefile index 39fc7ed..9a3f95b 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -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"