FreeCalypso > hg > ueda-linux
view miscutil/Makefile @ 145:5e91200bf609
netdiff: donl-pinreport utility written, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Nov 2020 01:17:10 +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