FreeCalypso > hg > fc-usbser-tools
view fteeprom/test/Makefile @ 7:b2c891299e83
ftee-gen*: look for EEPROM config file in /opt/freecalypso/ftdi
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 04 Sep 2023 20:37:52 +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
