view makefile-frags/clean-always @ 252:1811c418461b

doc/Modem-configs update: FCDEV3B is here, no specific plans for hybrid work
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 03 Aug 2017 16:49:35 +0000
parents 9432dd63626b
children 2bb8b1c11afc
line wrap: on
line source

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