Browse Source

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
tags/ethstream-1.3
nilm 13 years ago
parent
commit
588385bcb1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile 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) 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…
Cancel
Save