FreeCalypso > hg > fc-magnetite
annotate makefile-frags/clean-always @ 702:9394305d4ff5 default tip
etm_audio.c: fix off-by-one error in auw of FIR coefficients
This fix was already made in FC Tourmaline a while back, but it is also
the kind of bugfix that deserves to be backported to Magnetite and
Selenite as well.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 31 Oct 2022 00:14:44 +0000 |
parents | 2bb8b1c11afc |
children |
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 |
259
2bb8b1c11afc
build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
250
diff
changeset
|
3 rm -f build_date.* flash-script |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |