FreeCalypso > hg > freecalypso-tools
comparison ffstools/Makefile @ 293:f8eac2de9a5c
ffstools/Makefile: caltools added to SUBDIR
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 18 Nov 2017 07:39:23 +0000 |
parents | 3b6e6b88a0c5 |
children | cbb6ebf665fa |
comparison
equal
deleted
inserted
replaced
292:0af5009bd52f | 293:f8eac2de9a5c |
---|---|
1 SUBDIR= cal2text tiaud tiffs-rd tiffs-wrappers | 1 SUBDIR= cal2text caltools tiaud tiffs-rd tiffs-wrappers |
2 | 2 |
3 all: ${SUBDIR} | 3 all: ${SUBDIR} |
4 | 4 |
5 ${SUBDIR}: FRC | 5 ${SUBDIR}: FRC |
6 cd $@; ${MAKE} ${MFLAGS} | 6 cd $@; ${MAKE} ${MFLAGS} |