mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
6 lines
134 B
Makefile
6 lines
134 B
Makefile
all: testp demo
|
|
testp:
|
|
g++ -o test_performance test_performance.cpp -std=c++0x -O3
|
|
demo:
|
|
g++ -o segment.demo segment.cpp -std=c++0x
|