FreeCalypso > hg > fc-usbser-tools
comparison fteeprom/Makefile @ 20:43b8e88dae02
fteeprom-prog: convert to new local libs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 08 Sep 2023 22:40:14 +0000 |
parents | 1d76deae1e74 |
children | af801ab43a33 |
comparison
equal
deleted
inserted
replaced
19:d420375243c9 | 20:43b8e88dae02 |
---|---|
23 ${CC} ${CFLAGS} -o $@ $@.c | 23 ${CC} ${CFLAGS} -o $@ $@.c |
24 | 24 |
25 fteeprom-erase: fteeprom-erase.c | 25 fteeprom-erase: fteeprom-erase.c |
26 ${CC} ${CFLAGS} -o $@ $@.c -lftdi | 26 ${CC} ${CFLAGS} -o $@ $@.c -lftdi |
27 | 27 |
28 fteeprom-prog: fteeprom-prog.c | 28 fteeprom-prog: fteeprom-prog.o ${LIBS} |
29 ${CC} ${CFLAGS} -o $@ $@.c -lftdi | 29 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} -lusb |
30 | 30 |
31 fteeprom-read: fteeprom-read.o ${LIBS} | 31 fteeprom-read: fteeprom-read.o ${LIBS} |
32 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} -lusb | 32 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} -lusb |
33 | 33 |
34 install: | 34 install: |