3 lines
69 B
Makefile
3 lines
69 B
Makefile
|
|
ts_info: ts_info.cc Makefile
|
||
|
|
g++ -o ts_info ts_info.cc -g -O0 -ansi
|