view makefile-frags/clean-always @ 278:75758d7a9be3

Luna: allow ABB superdeep sleep when the LCD is in suspend mode
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 07 Sep 2021 22:36:16 +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