view makefile-frags/clean-always @ 103:76d139c7a25e

targets/fcdev3b.conf: we'll have the same memory IC as the Pirelli, so use the same flash and RAM linker scripts templates
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 04 Oct 2016 04:31:20 +0000
parents 6475bde1b170
children 9432dd63626b
line wrap: on
line source

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