diff options
| author | ruki <[email protected]> | 2022-12-24 17:18:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-24 17:18:19 +0800 |
| commit | 984307d5445ddbc65a97dd42e37215737c686a40 (patch) | |
| tree | bf2b6046ec66b9fd48e8527c697bf74cf8b7b766 /core/src/makefile | |
| parent | 025b307d3b801fa67d1c087d398289f76ff607dc (diff) | |
remove makefile
Diffstat (limited to 'core/src/makefile')
| -rw-r--r-- | core/src/makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/src/makefile b/core/src/makefile deleted file mode 100644 index 81dc5cc2f..000000000 --- a/core/src/makefile +++ /dev/null @@ -1,16 +0,0 @@ -# prefix -include $(PRO_DIR)/prefix.mak - -# projects -SUB_PROS += demo -ifeq ($(RUNTIME),luajit) -DEP_PROS += luajit -endif -ifeq ($(RUNTIME),lua) -DEP_PROS += lua -endif -DEP_PROS += sv lua-cjson lz4 tbox xmake - -# suffix -include $(PRO_DIR)/suffix.mak - |
