From 3b08ae5bd8687a187cbfc0acda0ef1ebd606bea5 Mon Sep 17 00:00:00 2001 From: Manca Date: Mon, 4 May 2015 19:13:56 +0200 Subject: [PATCH] Makefile fixed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1787695..42bec26 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - $(CXX) -pthread -m64 -std=c++11 -O2 main.cpp -o algorithms22 + $(CXX) -pthread -m64 -std=c++11 -O2 main.cpp -o algorithms2 test: ./algorithms2 || exit 1