summaryrefslogtreecommitdiff
path: root/core/src/makefile
blob: 139d4ac64f7e995f2293d826644eb7209cf7ba63 (plain)
1
2
3
4
5
6
7
8
9
10
# prefix
include $(PRO_DIR)/prefix.mak

# projects
SUB_PROS 				+= demo
DEP_PROS 				+= luajit xmake

# suffix
include $(PRO_DIR)/suffix.mak