From 8805fbf7368f19975959208cb7e1257b673192e9 Mon Sep 17 00:00:00 2001 From: David Baird Date: Sun, 29 Sep 2013 20:05:30 -0600 Subject: [PATCH] Remove testserver from all. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 359c18a..b02c686 100644 --- a/Makefile +++ b/Makefile @@ -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