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

# projects
SUB_PROS 				+= demo
DEP_PROS 				+= xmake

# suffix
include $(PRO_DIR)/suffix.mak