view Makefile @ 39:280826b807e3

c139explore: dac and dacon commands added for exercising the vibrator
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 01:53:12 +0000
parents 5534402344dc
children 7cc2f2360922
line wrap: on
line source

SUBDIR=	ffstools loadtools miscutil rvinterf

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

install: FRC
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done

FRC: