diff --git a/test/Makefile b/test/Makefile new file mode 100755 index 0000000..53291aa --- /dev/null +++ b/test/Makefile @@ -0,0 +1,4 @@ +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 diff --git a/test/make.sh b/test/make.sh deleted file mode 100755 index 8f3b624..0000000 --- a/test/make.sh +++ /dev/null @@ -1,2 +0,0 @@ -g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba -g++ -o test_performance test_performance.cpp -std=c++0x -O3