From 8a4ebc82eba6e687eae250614c6abe8f182ed2ab Mon Sep 17 00:00:00 2001 From: Constantine Peresypkin Date: Sun, 9 Sep 2012 23:47:53 +0300 Subject: [PATCH] makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ada38d..f79c7a9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test : test.cpp - gcc -O3 -lstdc++ -o test test.cpp + g++ -O3 -lstdc++ -o test test.cpp group_huffman.cpp check : test ./test postings.bin