diff options
Diffstat (limited to 'flash/uart_boot/Makefile')
-rw-r--r-- | flash/uart_boot/Makefile | 3 |
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 + |