Fix makefile for new ubuntu, no idea why the old one is broken

git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@9107 ddd99763-3ecb-0310-9145-efcb8ce7c51f
This commit is contained in:
nilm 2011-01-21 03:14:19 +00:00
parent ced565f372
commit 588385bcb1

View File

@ -49,6 +49,7 @@ obj-common = opt.o ue9.o ue9error.o netutil.o debug.o nerdjack.o
obj-ethstream = ethstream.o $(obj-common)
ethstream: $(obj-ethstream)
$(CC) -o $@ $^ $(LDFLAGS)
ethstream.exe: $(obj-ethstream:.o=.obj) compat-win32.obj