view lunakpd1/placetool/Makefile @ 58:99328e0ff61a

lunalcd2: footprint for the DIP switch pack
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 25 Jun 2021 17:12:02 +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}