This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/project.build

5 lines
104 B
Plaintext
Raw Normal View History

2021-04-13 19:23:11 +08:00
PHONY := __build
__build:
cmake -DBOARD=$(BOARD) -DSUPPORT_SHELL=DISABLE -DAPP=$(APP) ..
make -j