hmgle / graftcp

A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy.
GNU General Public License v3.0
2.07k stars 174 forks source link

Update local/Makefile #60

Closed fangzhen closed 1 year ago

fangzhen commented 1 year ago

Fix local/mgraftcp cann't get updated as source files (like graftcp.c) update.

hmgle commented 1 year ago

Oh, I see. But I think introducing the target FORCE is not as concise as just changing this line ../libgraftcp.a: to ../libgraftcp.a::. Can you update it and push again? Thank you.

fangzhen commented 1 year ago

Done.

Oh, I see. But I think introducing the target FORCE is not as concise as just changing this line ../libgraftcp.a: to ../libgraftcp.a::. Can you update it and push again? Thank you.

Didn't know this before, Thanks :)

Double-Colon Rules If there are no prerequisites for that rule, its recipe is always executed (even if the target already exists).