FreeCalypso > hg > ueda-linux
diff pads2gpcb/Makefile @ 70:a9a20c85140e
pads2gpcb: foundation laid for mirroring and rotation
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Feb 2016 00:06:43 +0000 |
parents | 2b71943a311b |
children | 58f11f06d831 |
line wrap: on
line diff
--- a/pads2gpcb/Makefile Sun Jan 31 23:41:00 2016 +0000 +++ b/pads2gpcb/Makefile Mon Feb 01 00:06:43 2016 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -OBJS= decals.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 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