Commit a65ff2b1 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

tc1796: arch_clean: remove system.bin as well

parent 61f4d2dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ monitor:
	${QUIET}screen /dev/${SERIAL_PORT} ${uart_freq}

arch_clean:
	${QUIET}rm -f ${OBJECTS} build/system.elf
	${QUIET}rm -f ${OBJECTS} build/system.elf build/system.bin

arch_help:
	@true