view makefile-frags/clean-always @ 271:d478d9ed1c3e

BZ_KeyBeep_{ON,OFF} functions: call BZ_Tone() first, then BZ_Enable()
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 13 Jun 2021 18:35:26 +0000
parents 94ee95dad595
children
line wrap: on
line source

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