FreeCalypso > hg > fc-usbser-tools
view fteeprom/test/Makefile @ 21:af801ab43a33
fteeprom-erase: convert to new local libs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 08 Sep 2023 23:47:50 +0000 |
parents | ab2bb12ec959 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= fteeprom-prog-bad all: ${PROGS} fteeprom-prog-bad: fteeprom-prog-bad.c ${CC} ${CFLAGS} -o $@ $@.c -lftdi clean: rm -f ${PROGS} *.o *errs *.out