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
2021-04-13 19:27:30 +08:00

5 lines
104 B
Plaintext

PHONY := __build
__build:
cmake -DBOARD=$(BOARD) -DSUPPORT_SHELL=DISABLE -DAPP=$(APP) ..
make -j