diff options
| author | niubinghui <[email protected]> | 2024-08-13 17:22:28 +0800 |
|---|---|---|
| committer | niubinghui <[email protected]> | 2024-08-13 17:22:28 +0800 |
| commit | a52c210f77a9cd5914abd955a32f372367bbcd29 (patch) | |
| tree | a3f872e1d510016b87d972902a5010dddb9630f7 | |
| parent | 0649e332db32c63a72eafefb49edc312be0fe41c (diff) | |
【修改】修改编译makefile
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 31aa8b4..dc6897e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,11 +8,13 @@ TEST_FLAG = -DLUAPLUGIN_BASIC_UNITTEST SRC := lua_plugin_binding.c \ lua_plugin_data.c \ lua_plugin_cfunc.c \ + lua_plugin_chunk.c \ lua_plugin_manage.c OBJECTS := lua_plugin_binding.o \ lua_plugin_data.o \ lua_plugin_cfunc.o \ + lua_plugin_chunk.o \ lua_plugin_manage.o INCLUDE = -I$(TOPDIR)/dependence/include -I$(TOPDIR)/include |
