FreeCalypso > hg > vband-misc
annotate Makefile @ 11:1d22e3f81531
ringing: generate FR-encoded and EFR-encoded "recordings" for GSM
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Apr 2024 19:21:23 +0000 |
parents | 466a46387b6b |
children | 871e83f0cb76 |
rev | line source |
---|---|
10
466a46387b6b
top Makefile: add ringing
Mychaela Falconia <falcon@freecalypso.org>
parents:
8
diff
changeset
|
1 SUBDIR= amrdiff dmw ringing |
1 | 2 |
3 all: ${SUBDIR} | |
4 | |
5 ${SUBDIR}: FRC | |
6 cd $@; ${MAKE} ${MFLAGS} | |
7 | |
8 clean: FRC | |
9 rm -f a.out core errs | |
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
11 | |
12 FRC: |