FreeCalypso > hg > gsm-net-reveng
annotate Makefile @ 58:a7ede064f883
atrau-parse: check sync one bit
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 25 Sep 2024 17:50:41 +0000 |
parents | 08738993b4e7 |
children | 6519e5c4b3f3 |
rev | line source |
---|---|
55
08738993b4e7
top Makefile: add d144
Mychaela Falconia <falcon@freecalypso.org>
parents:
41
diff
changeset
|
1 SUBDIR= d144 tfo trau-decode trau-files trau-ul-compile trau-ul-prep v110 |
8 | 2 |
3 all: ${SUBDIR} | |
4 | |
5 trau-files: trau-decode | |
6 | |
7 ${SUBDIR}: FRC | |
8 cd $@; ${MAKE} ${MFLAGS} | |
9 | |
10 clean: FRC | |
11 rm -f a.out core errs | |
12 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
13 | |
14 FRC: |