From bca32fb486d860bed8d9128f8f877ab63240ed56 Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiatkowski Date: Fri, 27 Dec 2013 17:05:14 +0100 Subject: [PATCH] server works --- withepoll/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/withepoll/Makefile b/withepoll/Makefile index 8b13789..5694e13 100644 --- a/withepoll/Makefile +++ b/withepoll/Makefile @@ -1 +1,2 @@ - +all: + g++ -std=c++11 smain.cpp -o main