view makefile-frags/clean-always @ 244:bec9198fc306

aci2 ati_audio.c: my understanding of the 's' parser type was incorrect
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jul 2017 04:15:14 +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