FreeCalypso > hg > fc-tourmaline
view makefile-frags/clean-always @ 277:0196b6bf633c
R2D: LCD hardware suspend implemented for Luna
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 07 Sep 2021 22:18:20 +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