view lcdtest/Makefile @ 21:1d8c499711f1

lcdtest PPM display: sending the picture all at once is much faster
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 11 Apr 2018 00:09:50 +0000
parents 2e4f27ea7067
children 94521a02c33d
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROG=	lcdtest
OBJS=	busops.o commands.o dispatch.o init.o main.o readops.o showppm.o

all:	${PROG}

${PROG}:	${OBJS}
	${CC} -o $@ ${OBJS} -lftdi

clean:
	rm -f ${PROG} *.o *errs *.out