view lunakpd1/placetool/Makefile @ 31:5d6823a08a5f

duart28: added bypass caps on FT2232D VCCIOA & VCCIOB
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 04 Jul 2020 22:02:49 +0000
parents 36a6ba7f30ca
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROG=	placetool

all:	${PROG}

${PROG}:	${PROG}.c
	${CC} ${CFLAGS} -o $@ $@.c

clean:
	rm -f ${PROG}