view netdiff/convert/Makefile @ 132:31ae8105aaa0

netdiff project started with protel2donl
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 06 Sep 2020 22:48:09 +0000
parents
children ab7b9f01ac6a
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROGS=	protel2donl
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}

protel2donl: protel2donl.c