Correct dependencies in Makefile. Add -Wall flag and fix all -Wall warnings.

This commit is contained in:
David Baird
2013-09-10 12:47:07 -06:00
parent 3cbc9719e9
commit f453367866
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -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