add Makefile for ts_info

This commit is contained in:
winlin
2013-11-19 16:02:13 +08:00
parent 6d4e4d3da2
commit 6b75390476

2
trunk/research/Makefile Normal file
View File

@@ -0,0 +1,2 @@
ts_info: ts_info.cpp Makefile
g++ -o ts_info ts_info.cpp -g -O0 -ansi