优化多线程

This commit is contained in:
2023-06-05 11:47:35 +08:00
parent 2dc3eea220
commit b8f20c3a09
7 changed files with 43 additions and 27 deletions

View File

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