| all: debug | |
| core: core-debug | |
| app: app-debug | |
| api: api-debug | |
| apitest: apitest-debug | |
| debug: app-debug | |
| release: app-release | |
| bundle: bundle-release | |
| lint: lint-debug | |
| install: install-debug | |
| include $(SRC_DIR)/common.mk | |
| include $(SRC_DIR)/targets.mk | |
| include $(SRC_DIR)/publish.mk |