view makefile-frags/clean-always @ 112:2a5d2c78e5d4

components/alr-tcs3: does NOT compile
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2016 02:01:01 +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