view makefile-frags/clean-always @ 99:d14637fa575d

blobs/obj/main: exploded form of main.lib from Sotovik
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 04 Oct 2016 00:08:22 +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