FreeCalypso > hg > ueda-linux
diff pads2gpcb/Makefile @ 46:c81aba92cb5e
pads2gpcb: generic element writing implemented
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 Jan 2016 07:56:18 +0000 |
parents | 3bdb1b5ff3d0 |
children | 9d7e2937883d |
line wrap: on
line diff
--- a/pads2gpcb/Makefile Sat Jan 30 07:15:31 2016 +0000 +++ b/pads2gpcb/Makefile Sat Jan 30 07:56:18 2016 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -OBJS= decals.o globals.o gpcbout.o main.o rdunits.o readpads.o +OBJS= decals.o globals.o gpcbout.o main.o rdunits.o readpads.o writeelem.o HDRS= globals.h gpcbout.h struct.h PROG= pads2gpcb BINDIR= /usr/local/bin