From 588385bcb1213625005d1500c310ac26e3f974b9 Mon Sep 17 00:00:00 2001 From: nilm Date: Fri, 21 Jan 2011 03:14:19 +0000 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 197f6e8..fadb053 100644 --- a/Makefile +++ b/Makefile @@ -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