Remove testserver from all.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
CXXFLAGS = -std=gnu++0x -Wall
|
CXXFLAGS = -std=gnu++0x -Wall
|
||||||
LDLIBS = -lstdc++
|
LDLIBS = -lstdc++
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
all: example-client example-client-cpp11 testserver
|
all: example-client example-client-cpp11
|
||||||
clean:
|
clean:
|
||||||
-rm example-client example-client-cpp11 *.o
|
-rm example-client example-client-cpp11 *.o
|
||||||
testserver: node_modules
|
testserver: node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user