view lunakpd1/placetool/Makefile @ 52:fb657e1107e3

duart28c/src/MCL: update for Digi-Key parts actually on order
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Aug 2020 20:51:27 +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}