Makefile: update for the new changes

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-11 17:38:57 +01:00
parent f3c3a32217
commit 5dc804addd

View File

@ -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)