view makefile-frags/clean-always @ 233:17d79c62e638

tpudrv12.c fix from tcs211-l1-reconst: rf_index static var changed to UWORD8
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 15 Mar 2017 17:43:41 +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