FreeCalypso > hg > fc-magnetite
annotate makefile-frags/clean-always @ 131:384fbd61c252
src/cs/drivers/drv_app/r2d/lcds/c139: import from tcs211-c139
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 07 Oct 2016 22:04:02 +0000 |
parents | 6475bde1b170 |
children | 9432dd63626b |
rev | line source |
---|---|
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 clean: FRC |
93
6475bde1b170
Building RAM fw images for the Pirelli: finishing touches
Mychaela Falconia <falcon@freecalypso.org>
parents:
64
diff
changeset
|
2 rm -f fwimage.* ramimage.* str2ind.obj link.cmd link_ram.cmd |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |