1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 20:31:56 +00:00

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