comparison miscutil/Makefile @ 144:ffadaa339478

protel-parts-condense misc utility written
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 20 Sep 2020 02:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
143:7c0fd80782c8 144:ffadaa339478
1 CC= gcc
2 CFLAGS= -O2
3 PROGS= protel-parts-condense
4 BINDIR= /usr/local/bin
5
6 all: ${PROGS}
7
8 ${PROGS}:
9 ${CC} ${CFLAGS} -o $@ $@.c
10
11 install:
12 install -c -o bin -g bin -m 755 ${PROGS} ${BINDIR}
13
14 clean:
15 rm -f *.[ao] a.out core errs ${PROGS}
16
17 protel-parts-condense: protel-parts-condense.c