FreeCalypso > hg > ueda-linux
diff pads2gpcb/Makefile @ 41:a2d304ec3817
pads2gpcb: decal processing code compiles
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 11 Jan 2016 18:31:44 +0000 |
parents | 1c37bec20596 |
children | 3bdb1b5ff3d0 |
line wrap: on
line diff
--- a/pads2gpcb/Makefile Mon Jan 11 08:12:40 2016 +0000 +++ b/pads2gpcb/Makefile Mon Jan 11 18:31:44 2016 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -OBJS= globals.o main.o rdunits.o readpads.o +OBJS= decals.o globals.o main.o rdunits.o readpads.o HDRS= globals.h struct.h PROG= pads2gpcb BINDIR= /usr/local/bin