comparison ffstools/Makefile @ 706:850bf712c1fc

ffstools/Makefile: tiffs-mkfs added
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 20 May 2020 06:57:01 +0000
parents f2a040324509
children
comparison
equal deleted inserted replaced
705:12ae93940467 706:850bf712c1fc
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 SUBDIR= cal2text caltools newcomp tiaud tiffs-rd tiffs-wrappers 3 SUBDIR= cal2text caltools newcomp tiaud tiffs-mkfs tiffs-rd tiffs-wrappers
4 4
5 INSTALL_PREFIX= /opt/freecalypso 5 INSTALL_PREFIX= /opt/freecalypso
6 6
7 all: ${SUBDIR} 7 all: ${SUBDIR}
8 8