mirror of
https://github.com/libretro/Lakka.git
synced 2024-12-13 10:41:15 +00:00
5dc804addd
Signed-off-by: Stephan Raue <stephan@openelec.tv>
28 lines
311 B
Makefile
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
|