view makefile-frags/clean-always @ 255:1a4413c4eb7e

FCHG: missed charging start event in BSIM mode
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 May 2021 23:20:23 +0000
parents 94ee95dad595
children
line wrap: on
line source

clean:	FRC
	rm -f fwimage.* ramimage.* str2ind.* link.cmd link_ram.cmd
	rm -f build_date.* flash-script
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done