Remove testserver from all.

This commit is contained in:
David Baird
2013-09-29 20:05:30 -06:00
parent 7064856023
commit 8805fbf736
+1 -1
View File
@@ -1,7 +1,7 @@
CXXFLAGS = -std=gnu++0x -Wall
LDLIBS = -lstdc++
.PHONY: all clean
all: example-client example-client-cpp11 testserver
all: example-client example-client-cpp11
clean:
-rm example-client example-client-cpp11 *.o
testserver: node_modules