comparison Makefile @ 10:466a46387b6b

top Makefile: add ringing
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Apr 2024 19:09:58 +0000
parents d5bcfb378049
children 871e83f0cb76
comparison
equal deleted inserted replaced
9:b875c8edd54f 10:466a46387b6b
1 SUBDIR= amrdiff dmw 1 SUBDIR= amrdiff dmw ringing
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}