view libftmini/Makefile @ 43:dbaf239436cf

doc/DUART28-EEPROM-config: update for fc-duart28-conf
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 11 Sep 2023 01:06:03 +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