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