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:
parent
ced565f372
commit
588385bcb1
1
Makefile
1
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)
|
obj-ethstream = ethstream.o $(obj-common)
|
||||||
|
|
||||||
ethstream: $(obj-ethstream)
|
ethstream: $(obj-ethstream)
|
||||||
|
$(CC) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
ethstream.exe: $(obj-ethstream:.o=.obj) compat-win32.obj
|
ethstream.exe: $(obj-ethstream:.o=.obj) compat-win32.obj
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user