diff fteeprom/Makefile @ 40:d150d4704ff5

fteeprom: ftee-gen2232h program written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Apr 2019 00:05:32 +0000
parents 4d77c191c034
children e5d89313bc00
line wrap: on
line diff
--- a/fteeprom/Makefile	Sun Apr 21 22:38:51 2019 +0000
+++ b/fteeprom/Makefile	Mon Apr 22 00:05:32 2019 +0000
@@ -1,6 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGS=	ftee-gen2232c ftee-gen232r fteeprom-erase fteeprom-prog fteeprom-read
+PROGS=	ftee-gen2232c ftee-gen2232h ftee-gen232r fteeprom-erase fteeprom-prog \
+	fteeprom-read
 INSTBIN=/opt/freecalypso/bin
 
 all:	${PROGS}
@@ -8,6 +9,9 @@
 ftee-gen2232c:	ftee-gen2232c.c
 	${CC} ${CFLAGS} -o $@ $@.c
 
+ftee-gen2232h:	ftee-gen2232h.c
+	${CC} ${CFLAGS} -o $@ $@.c
+
 ftee-gen232r:	ftee-gen232r.c
 	${CC} ${CFLAGS} -o $@ $@.c