FreeCalypso > hg > freecalypso-hwlab
view fteeprom/test/Makefile @ 99:2e35070d289f
fc-simtool: savebin command implemented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 25 Jan 2021 00:14:19 +0000 |
| parents | 86db7b4bfca4 |
| 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
