加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
kszaq 提交于 2019-04-25 21:11 . scripts, tools: drop amlpkg building
BUILD_DIRS=build.*
all: release
system:
./scripts/image
release:
./scripts/image release
image:
./scripts/image mkimage
noobs:
./scripts/image noobs
clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
distclean:
rm -rf ./.ccache ./$(BUILD_DIRS)
src-pkg:
tar cvJf sources.tar.xz sources .stamps
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化