view lunakpd1/placetool/Makefile @ 81:6feb6db2c0bf

sim-fpc-pasv MCL: FPC connector footprint
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 25 Oct 2022 05:13:55 +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}