FreeCalypso > hg > ueda-linux
diff pads2gpcb/Makefile @ 45:3bdb1b5ff3d0
pads2gpcb: gpcb dimension output implemented
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 Jan 2016 07:15:31 +0000 |
parents | a2d304ec3817 |
children | c81aba92cb5e |
line wrap: on
line diff
--- a/pads2gpcb/Makefile Sat Jan 30 05:48:04 2016 +0000 +++ b/pads2gpcb/Makefile Sat Jan 30 07:15:31 2016 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -OBJS= decals.o globals.o main.o rdunits.o readpads.o -HDRS= globals.h struct.h +OBJS= decals.o globals.o gpcbout.o main.o rdunits.o readpads.o +HDRS= globals.h gpcbout.h struct.h PROG= pads2gpcb BINDIR= /usr/local/bin