view lunakpd1/placetool/Makefile @ 44:635eab0b714e

duart28: U5 & U6 slot change by PCB layout engineer
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 Jul 2020 17:01:37 +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}