FreeCalypso > hg > ueda-linux
diff ueda/sverp-bind/Makefile @ 19:1d4c693b8f35
unet-bind: sverp netlist reading implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 02 Aug 2015 03:09:15 +0000 |
parents | 65a515c20db8 |
children | c7ebd6179f5d |
line wrap: on
line diff
--- a/ueda/sverp-bind/Makefile Sun Aug 02 01:23:09 2015 +0000 +++ b/ueda/sverp-bind/Makefile Sun Aug 02 03:09:15 2015 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -OBJS= enterinst.o insthash.o main.o outcomp.o starpoints.o -LIBS= ../libueda/libueda.a +OBJS= enterinst.o insthash.o main.o outcomp.o readunet.o starpoints.o +LIBS= ../libunet/libunet.a ../libueda/libueda.a PROG= unet-bind BINDIR= /usr/local/bin