1 Star 0 Fork 1

AliOS Things / haas_dev_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
skylarCai 提交于 2021-10-14 15:50 . release version:rel_3.3.0-20211012_1400
CPRE := @
ifeq ($(V),1)
CPRE :=
VERB := --verbose
endif
.PHONY:startup
startup: all
all:
@echo "Build Solution by $(BOARD) "
$(CPRE) scons $(VERB) --board=$(BOARD) $(MULTITHREADS) $(MAKEFLAGS)
@echo AOS SDK Done
sdk:
$(CPRE) aos sdk
.PHONY:clean
clean:
$(CPRE) scons -c --board=$(BOARD)
ifeq ($(OS), Windows_NT)
$(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
$(CPRE) if exist binary rmdir /s /q binary
$(CPRE) if exist out rmdir /s /q out
$(CPRE) if exist aos.elf del /f /q aos.elf
$(CPRE) if exist aos.map del /f /q aos.map
else
$(CPRE) rm -rf aos_sdk binary out aos.elf aos.map
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alios-things/haas_dev_demo.git
git@gitee.com:alios-things/haas_dev_demo.git
alios-things
haas_dev_demo
haas_dev_demo
rel_3.3.0

搜索帮助

344bd9b3 5694891 D2dac590 5694891