view Makefile @ 19:c6469ecfea56

fc-fsio: '+' in the getopt string so ls -l single op command will work
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 22 Oct 2016 04:42:57 +0000
parents e7502631a0f9
children 5534402344dc
line wrap: on
line source

SUBDIR=	ffstools lcdemu 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: