FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 145:04b5aaee06c0
rftablewr.c: bug in the il2agc table output
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 Feb 2017 05:22:25 +0000 |
parents | daba926cc38a |
children | de701ebdce1b |
line wrap: on
line source
SUBDIR= cal2text 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: