diff libftmini/Makefile @ 22:4e5c8ac4d508

libftmini: add function for FT232R magic
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Sep 2023 01:06:43 +0000
parents d420375243c9
children
line wrap: on
line diff
--- a/libftmini/Makefile	Fri Sep 08 23:47:50 2023 +0000
+++ b/libftmini/Makefile	Sat Sep 09 01:06:43 2023 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	eeprom_erase.o eeprom_rd.o eeprom_wr.o
+OBJS=	eeprom_erase.o eeprom_rd.o eeprom_wr.o ft232r_magic.o
 LIB=	libftmini.a
 
 all:	${LIB}