feat: 修改了so名称
This commit is contained in:
parent
71db510973
commit
dd7865e7f9
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue