view ffstools/Makefile @ 463:131eefcbe4d7

doc/Loadtools-usage: refer to Flash-boot-wa article when explaining the extension of fc-iram to support second program invokation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 10 Feb 2019 22:04:49 +0000
parents cbb6ebf665fa
children 8f3fe2d1fda5
line wrap: on
line source

SUBDIR=	cal2text caltools newcomp tiaud tiffs-rd tiffs-wrappers

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: