view 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
line wrap: on
line source

SUBDIR=	amrdiff dmw

all:	${SUBDIR}

${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: