FreeCalypso > hg > gsm-net-reveng
annotate Makefile @ 21:453461ad9c15
top Makefile: add trau-ul-prep
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Jun 2024 22:05:17 +0000 |
parents | 98c0881c2af0 |
children | 118a4e4268b2 |
rev | line source |
---|---|
21
453461ad9c15
top Makefile: add trau-ul-prep
Mychaela Falconia <falcon@freecalypso.org>
parents:
14
diff
changeset
|
1 SUBDIR= tfo trau-decode trau-files trau-ul-prep |
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: |