FreeCalypso > hg > fc-usbser-tools
view fteeprom/test/Makefile @ 12:80e521d6609c
libuwrap: implement USB device open and close
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Sep 2023 06:39:49 +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