FreeCalypso > hg > gsm-net-reveng
comparison Makefile @ 8:85662304252e
add top Makefile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 24 May 2024 18:59:04 +0000 |
parents | |
children | 98c0881c2af0 |
comparison
equal
deleted
inserted
replaced
7:0cb57782715e | 8:85662304252e |
---|---|
1 SUBDIR= trau-decode trau-files | |
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: |