view miscutil/Makefile @ 150:bcf011f6d7a5

KWH020ST23-F01.fp created
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 22 Jun 2021 22:20:53 +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