feat: 修改了so名称

This commit is contained in:
Pan Qiancheng 2025-12-08 13:21:42 +08:00
parent 71db510973
commit dd7865e7f9
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ CFLAGS = -shared -fPIC -Wall -Wextra -Werror -fno-strict-aliasing -fPIC -fno-omi
LDFLAGS = -ldl
HOOK_LDFLAGS = -ldl -pthread
TARGET_NAME = intercept.so
HOOK_NAME = hook_write.so
TARGET_NAME = libbash_smart.so
HOOK_NAME = libbash_smart_hook_write.so
BUILD_DIR = build
SRC_DIR = src