FreeCalypso > hg > fc-usbser-tools
comparison fteeprom/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 | 43b8e88dae02 |
children | ca2250b4833d |
comparison
equal
deleted
inserted
replaced
20:43b8e88dae02 | 21:af801ab43a33 |
---|---|
20 ${CC} ${CFLAGS} -o $@ $@.o filesearch.o | 20 ${CC} ${CFLAGS} -o $@ $@.o filesearch.o |
21 | 21 |
22 ftee-mkblank: ftee-mkblank.c | 22 ftee-mkblank: ftee-mkblank.c |
23 ${CC} ${CFLAGS} -o $@ $@.c | 23 ${CC} ${CFLAGS} -o $@ $@.c |
24 | 24 |
25 fteeprom-erase: fteeprom-erase.c | 25 fteeprom-erase: fteeprom-erase.o ${LIBS} |
26 ${CC} ${CFLAGS} -o $@ $@.c -lftdi | 26 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} -lusb |
27 | 27 |
28 fteeprom-prog: fteeprom-prog.o ${LIBS} | 28 fteeprom-prog: fteeprom-prog.o ${LIBS} |
29 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} -lusb | 29 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} -lusb |
30 | 30 |
31 fteeprom-read: fteeprom-read.o ${LIBS} | 31 fteeprom-read: fteeprom-read.o ${LIBS} |