view Makefile @ 23:10b71f01f4ff

doc/Host-tools-overview updated for the current state of the tools
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 22 Oct 2016 17:16:21 +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: