FreeCalypso > hg > fc-magnetite
comparison makefile-frags/clean-always @ 64:84f4a04fde24
TI's linker doesn't like hyphens in filenames
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 Oct 2016 18:33:04 +0000 |
parents | dba3f097489e |
children | 6475bde1b170 |
comparison
equal
deleted
inserted
replaced
63:065aacae8b37 | 64:84f4a04fde24 |
---|---|
1 clean: FRC | 1 clean: FRC |
2 rm -f gsm-fw.* str2ind.obj link.cmd | 2 rm -f fwimage.* str2ind.obj link.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 |