comparison Makefile @ 11:8b047c9bfe5f

g711u-grep-gsmout program written
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 15 May 2024 02:31:01 +0000
parents e686bc92c7d8
children
comparison
equal deleted inserted replaced
10:e686bc92c7d8 11:8b047c9bfe5f
1 SUBDIR= net-traffic pcap-study 1 SUBDIR= net-traffic pcap-study pcm-study
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC config.defs 5 ${SUBDIR}: FRC config.defs
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}