summaryrefslogtreecommitdiffstats
path: root/flash
diff options
context:
space:
mode:
Diffstat (limited to 'flash')
-rw-r--r--flash/uart_boot/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash/uart_boot/Makefile b/flash/uart_boot/Makefile
index f8f94870b6..04db068c07 100644
--- a/flash/uart_boot/Makefile
+++ b/flash/uart_boot/Makefile
@@ -14,3 +14,6 @@ CFLAGS := -O -W -Wall -mno-cygwin
uart_boot: uart_boot.c client.c flash.c uart_win.c
$(CC) $(CFLAGS) $+ -o $@
+clean:
+ -rm -f uart_boot.exe
+