Skip to content

Commit

Permalink
Makefile fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Manca committed May 4, 2015
1 parent a2d36f6 commit 3b08ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 3b08ae5

Please sign in to comment.