comparison ueda/unet-utils/Makefile @ 142:7bdce91da1a5

unet-excise utility added
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Sep 2020 22:50:24 +0000
parents 25634b3977a9
children 7c0fd80782c8
comparison
equal deleted inserted replaced
141:fddb020e9b68 142:7bdce91da1a5
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= unet-destar unet2pads unet2pcb unet2tedax 3 PROGS= unet-destar unet-excise unet2pads unet2pcb unet2tedax
4 LIBUNET=../libunet/libunet.a 4 LIBUNET=../libunet/libunet.a
5 BINDIR= /usr/local/bin 5 BINDIR= /usr/local/bin
6 6
7 all: ${PROGS} 7 all: ${PROGS}
8 8
14 14
15 clean: 15 clean:
16 rm -f *.[ao] a.out core errs ${PROGS} 16 rm -f *.[ao] a.out core errs ${PROGS}
17 17
18 unet-destar: unet-destar.o 18 unet-destar: unet-destar.o
19 unet-excise: unet-excise.o
19 unet2pads: unet2pads.o 20 unet2pads: unet2pads.o
20 unet2pcb: unet2pcb.o 21 unet2pcb: unet2pcb.o
21 unet2tedax: unet2tedax.o 22 unet2tedax: unet2tedax.o