FreeCalypso > hg > fc-selenite
view tms470/makefile-frags/clean-always @ 201:1a04de9c7974
gsm_ds_amd8_tango.template for tangomdm target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 29 May 2020 05:25:48 +0000 |
parents | 68ffaa96dea3 |
children |
line wrap: on
line source
clean: FRC rm -f fwimage.* ramimage.* link.cmd link_ram.cmd rm -f build_date.* flash-script for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done