comparison Makefile @ 13:871e83f0cb76

utils: gen-hex-c utility written
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Apr 2024 19:41:03 +0000
parents 466a46387b6b
children ec642bde2349
comparison
equal deleted inserted replaced
12:db5772dac3c3 13:871e83f0cb76
1 SUBDIR= amrdiff dmw ringing 1 SUBDIR= amrdiff dmw ringing utils
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}