添加查看线程功能

This commit is contained in:
2024-05-13 15:20:25 +08:00
parent ced52a63ce
commit c2c96465f1
5 changed files with 81 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ forward-tunnel: forward-tunnel.o
reverse-tunnel: reverse-tunnel.o
$(CC) $(CFLAGS) -o $(reverse-tunnel) $^ $(SSH2_LIB) $(LIB)
$(STRIP) reverse-tunnel
: $(STRIP) reverse-tunnel
.c.o:
$(CC) $(CFLAGS) -c $<