view tms470/makefile-frags/clean-always @ 145:d606941f1286

tms470/makefile-frags/link-steps: emit target name and source version into the firmware version ID string
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 06 Feb 2019 22:22:39 +0000
parents 68ffaa96dea3
children
line wrap: on
line source

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