Correct dependencies in Makefile. Add -Wall flag and fix all -Wall warnings.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
CXXFLAGS = -std=gnu++0x
|
||||
CXXFLAGS = -std=gnu++0x -Wall
|
||||
LDLIBS = -lstdc++
|
||||
all: example-client-cpp11 example-client
|
||||
example-client-cpp11.o: example-client-cpp11.cpp easywsclient.cpp easywsclient.hpp
|
||||
example-client.o: example-client.cpp easywsclient.cpp easywsclient.hpp
|
||||
|
||||
Reference in New Issue
Block a user