removed unused libcommon
This commit is contained in:
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ else
|
|||||||
CXXFLAGS += -O3
|
CXXFLAGS += -O3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDLIBS := -lm -lpthread -lcommon
|
LDLIBS := -lm -lpthread
|
||||||
LDFLAGS :=
|
LDFLAGS :=
|
||||||
|
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
Reference in New Issue
Block a user