mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Makefile: update for the new changes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f3c3a32217
commit
5dc804addd
18
Makefile
18
Makefile
@ -1,18 +1,24 @@
|
||||
BUILD_DIRS="build.*"
|
||||
|
||||
all: system
|
||||
all: squashfs
|
||||
|
||||
system:
|
||||
./scripts/install image system
|
||||
./scripts/image
|
||||
|
||||
release:
|
||||
./scripts/install image release
|
||||
./scripts/image_release
|
||||
|
||||
addons:
|
||||
./scripts/install image addons
|
||||
squashfs:
|
||||
./scripts/image_squashfs
|
||||
|
||||
qemu:
|
||||
./scripts/install image qemu
|
||||
./scripts/image_qemu
|
||||
|
||||
vmware:
|
||||
./scripts/image_vmware
|
||||
|
||||
addons:
|
||||
./scripts/image_addons
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILD_DIRS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user