diff pads2gpcb/Makefile @ 62:9d7e2937883d

pads2gpcb: select specific drawing levels for silk with -s
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 31 Jan 2016 05:30:33 +0000
parents c81aba92cb5e
children 455a0051f9d2
line wrap: on
line diff
--- a/pads2gpcb/Makefile	Sun Jan 31 05:02:49 2016 +0000
+++ b/pads2gpcb/Makefile	Sun Jan 31 05:30:33 2016 +0000
@@ -1,6 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	decals.o globals.o gpcbout.o main.o rdunits.o readpads.o writeelem.o
+OBJS=	decals.o globals.o gpcbout.o main.o rdunits.o readpads.o silkselect.o \
+	writeelem.o
 HDRS=	globals.h gpcbout.h struct.h
 PROG=	pads2gpcb
 BINDIR=	/usr/local/bin