comparison 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
comparison
equal deleted inserted replaced
21:af801ab43a33 22:4e5c8ac4d508
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= eeprom_erase.o eeprom_rd.o eeprom_wr.o 3 OBJS= eeprom_erase.o eeprom_rd.o eeprom_wr.o ft232r_magic.o
4 LIB= libftmini.a 4 LIB= libftmini.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}