comparison Makefile @ 8:d5bcfb378049

top Makefile: add dmw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Apr 2024 07:20:46 +0000
parents 33eeeff6ae88
children 466a46387b6b
comparison
equal deleted inserted replaced
7:e81a8c274fa6 8:d5bcfb378049
1 SUBDIR= amrdiff 1 SUBDIR= amrdiff dmw
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}