FreeCalypso > hg > gsm-net-reveng
view Makefile @ 38:d7674c80426c
trau-parse: add decoding of data frames
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 12 Sep 2024 19:50:29 +0000 |
parents | 118a4e4268b2 |
children | b5feb04b212c |
line wrap: on
line source
SUBDIR= tfo trau-decode trau-files trau-ul-compile trau-ul-prep all: ${SUBDIR} trau-files: trau-decode ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: