view fteeprom/test/Makefile @ 158:65a2a96386cd

fc-uicc-tool: hex string parsing with min and max length, matching fc-simtool
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Feb 2021 04:00:27 +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