forked from LibreELEC/LibreELEC.tv
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
28 lines (20 loc) · 688 Bytes
/
Copy pathMakefile
File metadata and controls
28 lines (20 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
all: release
system:
./scripts/image
release:
./scripts/image release
image:
./scripts/image mkimage
noobs:
./scripts/image noobs
clean:
./scripts/makefile_helper --clean
cleanx86:
rm -rf build.LibreELEC-Generic.x86_64-10.0-devel/* build.LibreELEC-Generic.x86_64-10.0-devel/.stamps
rm -rf build.LibreELEC-AMLG12.aarch64-10.0-devel/* build.LibreELEC-AMLG12.aarch64-10.0-devel/.stamps
rm -rf build.LibreELEC-RK3399pro.aarch64-10.0-devel/* build.LibreELEC-RK3399pro.aarch64-10.0-devel/.stamps
rm -rf build.LibreELEC-H616.arm-10.0-devel/* build.LibreELEC-H616.arm-10.0-devel/.stamps
distclean:
./scripts/makefile_helper --distclean
src-pkg:
tar cvJf sources.tar.xz sources