From 5a82b61e0276ad8d9596f1c0dcccfd590d84e657 Mon Sep 17 00:00:00 2001 From: wyy Date: Sat, 7 Dec 2013 06:24:44 -0800 Subject: [PATCH] modify test --- test/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 53291aa..366409a 100755 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,5 @@ +all: testp demo +testp: + g++ -o test_performance test_performance.cpp -std=c++0x -O3 -pg demo: g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba -testp: - g++ -o test_performance test_performance.cpp -std=c++0x -O3