1 Star 0 Fork 6

skylarCai / helloworld_demo

forked from AliOS Things / helloworld_demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
hongye.jhy 提交于 2021-04-02 19:41 . init version
CPRE := @
ifeq ($(V),1)
CPRE :=
VERB := --verbose
endif
.PHONY:startup
startup: all
all:
@echo "Build Solution by $(BOARD) "
$(CPRE) scons $(VERB) --board=$(BOARD) -j4
@echo AOS SDK Done
sdk:
$(CPRE) aos sdk
.PHONY:clean
clean:
$(CPRE) scons -c
$(CPRE) rm -rf aos_sdk aos.elf aos.map aos.bin generated out
1
https://gitee.com/skylarcai/helloworld_demo.git
git@gitee.com:skylarcai/helloworld_demo.git
skylarcai
helloworld_demo
helloworld_demo
master

搜索帮助