FreeCalypso > hg > gsm-net-reveng
view 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 |
line wrap: on
line source
SUBDIR= tfo trau-decode trau-files 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: