summaryrefslogtreecommitdiff
path: root/core/src/makefile
blob: 81dc5cc2f9f35e3dae518c03fcefc20c315fcd31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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