choose ip by interface

This commit is contained in:
/jdi/ 2015-09-27 23:41:23 +02:00
parent 87864b9975
commit 5544792bfb
4 changed files with 20 additions and 7 deletions

View file

@ -1,5 +1,5 @@
CC = g++
CFLAGS = -g -Wall -std=c++11
CFLAGS = -g -Wall -std=c++11
TARGET = smrtlink
all: $(TARGET)