comparison makefile-frags/clean-always @ 93:6475bde1b170

Building RAM fw images for the Pirelli: finishing touches
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Oct 2016 19:51:37 +0000
parents 84f4a04fde24
children 9432dd63626b
comparison
equal deleted inserted replaced
92:40b08f6cb2b8 93:6475bde1b170
1 clean: FRC 1 clean: FRC
2 rm -f fwimage.* str2ind.obj link.cmd 2 rm -f fwimage.* ramimage.* str2ind.obj link.cmd link_ram.cmd
3 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done 3 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done