view miscutil/Makefile @ 147:295b1e4534bf

netdiff/Makefile: flip2pin added
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Nov 2020 03:35:36 +0000
parents ffadaa339478
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROGS=	protel-parts-condense
BINDIR=	/usr/local/bin

all:	${PROGS}

${PROGS}:
	${CC} ${CFLAGS} -o $@ $@.c

install:
	install -c -o bin -g bin -m 755 ${PROGS} ${BINDIR}

clean:
	rm -f *.[ao] a.out core errs ${PROGS}

protel-parts-condense:	protel-parts-condense.c