FreeCalypso > hg > ueda-linux
diff pads2gpcb/Makefile @ 75:959df5ddf7a2
pads2gpcb: command line dimension input implemented
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Feb 2016 02:09:25 +0000 |
parents | 58f11f06d831 |
children |
line wrap: on
line diff
--- a/pads2gpcb/Makefile Mon Feb 01 00:45:24 2016 +0000 +++ b/pads2gpcb/Makefile Mon Feb 01 02:09:25 2016 +0000 @@ -1,7 +1,8 @@ CC= gcc CFLAGS= -O2 -OBJS= decals.o fpmanip.o globals.o gpcbout.o main.o mainoutput.o partinst.o \ - parttype.o rdunits.o readpads.o silkselect.o util.o writeelem.o +OBJS= cmdline.o decals.o fpmanip.o globals.o gpcbout.o main.o mainoutput.o \ + partinst.o parttype.o rdunits.o readpads.o silkselect.o util.o \ + writeelem.o HDRS= globals.h gpcbout.h struct.h PROG= pads2gpcb BINDIR= /usr/local/bin