diff ffstools/newcomp/Makefile @ 746:f19c347d0a80

tiffs-mkfile utility written
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Oct 2020 17:39:19 +0000
parents 90d7c360a614
children cae22bec3cba
line wrap: on
line diff
--- a/ffstools/newcomp/Makefile	Mon Oct 19 06:47:13 2020 +0000
+++ b/ffstools/newcomp/Makefile	Mon Oct 19 17:39:19 2020 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGS=	compile-fc-batt compile-fc-chg
+PROGS=	compile-fc-batt compile-fc-chg tiffs-mkfile
 
 INSTALL_PREFIX=	/opt/freecalypso
 
@@ -14,6 +14,9 @@
 compile-fc-chg:		compile-fc-chg.c
 	${CC} ${CFLAGS} -o $@ $@.c
 
+tiffs-mkfile:	tiffs-mkfile.c
+	${CC} ${CFLAGS} -o $@ $@.c
+
 install:	${PROGS}
 	mkdir -p ${INSTBIN}
 	install -c ${PROGS} ${INSTBIN}