Commit 588385bc by nilm

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
parent ced565f3
Showing with 1 additions and 0 deletions
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment