annotate makefile-frags/clean-always @ 62:9c16635ee5d2

configure.sh: putting it all together
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2016 02:48:53 +0000
parents dba3f097489e
children 84f4a04fde24
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
61
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 clean: FRC
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 rm -f gsm-fw.* str2ind.obj link.cmd
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