view Makefile @ 3:82c2d1a2f608

dhf/amr122-dhf-bits.c: created
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 19:45:29 +0000
parents 33eeeff6ae88
children d5bcfb378049
line wrap: on
line source

SUBDIR=	amrdiff

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: