FreeCalypso > hg > fc-usbser-tools
view libftmini/Makefile @ 74:d069e2a6760e
ftee-gen2232h: add ftdi-chip and eeprom settings
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 26 Sep 2023 00:23:50 +0000 |
parents | 4e5c8ac4d508 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= eeprom_erase.o eeprom_rd.o eeprom_wr.o ft232r_magic.o LIB= libftmini.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs