3 Star 7 Fork 6

jocover / LibreELEC.tv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 343 Bytes
一键复制 编辑 原始数据 按行查看 历史
BUILD_DIRS=build.*
all: release
system:
./scripts/image
release:
./scripts/image release
image:
./scripts/image mkimage
noobs:
./scripts/image noobs
amlpkg:
./scripts/image amlpkg
clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
distclean:
rm -rf ./.ccache ./$(BUILD_DIRS)
src-pkg:
tar cvjf sources.tar.bz2 sources .stamps
1
https://gitee.com/jiangwei0402/LibreELEC.tv.git
git@gitee.com:jiangwei0402/LibreELEC.tv.git
jiangwei0402
LibreELEC.tv
LibreELEC.tv
onecloud

搜索帮助