Lakka/Makefile
Stephan Raue 5dc804addd Makefile: update for the new changes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-11 17:38:57 +01:00

28 lines
311 B
Makefile

BUILD_DIRS="build.*"
all: squashfs
system:
./scripts/image
release:
./scripts/image_release
squashfs:
./scripts/image_squashfs
qemu:
./scripts/image_qemu
vmware:
./scripts/image_vmware
addons:
./scripts/image_addons
clean:
rm -rf $(BUILD_DIRS)
src-pkg:
tar cvjf sources.tar.bz2 sources .stamps