FreeCalypso > hg > fc-tourmaline
view makefile-frags/clean-always @ 296:a927f030a4e0
add AT@VIBR and AT@VIBS commands for testing VIBR SWE
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Mar 2022 00:43:11 +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