Skip to content

Eyre-Turing/tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

内网穿透工具

编译

mingw32-make      # windows
make SYSTEM=linux # linux 或其他

清理

mingw32-make clean      # windows
make SYSTEM=linux clean # linux 或其他

移除编译好的库

mingw32-make remove-lib       # windows
make SYSTEM=linux remove-lib  # linux 或其他