FreeCalypso > hg > fc-usbser-tools
view libftmini/Makefile @ 95:a378bf95c26c
cp2102-read-eeprom: write the Intel HEX image into a file
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 28 Sep 2023 02:19:39 +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