FreeCalypso > hg > fc-magnetite
view makefile-frags/clean-always @ 258:13bcc2ed7e44
configure.sh & targets/*.conf: emit FLASH_BASE_ADDR & FLASH_SECTOR_SIZE
into the generated Makefile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 04 Aug 2017 07:14:16 +0000 |
parents | 9432dd63626b |
children | 2bb8b1c11afc |
line wrap: on
line source
clean: FRC rm -f fwimage.* ramimage.* str2ind.obj link.cmd link_ram.cmd rm -f build_date.* for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done