Lakka-LibreELEC/Makefile
2010-07-19 18:51:57 +02:00

22 lines
278 B
Makefile

BUILD_DIRS="build.*"
all: system
system:
./scripts/install image system
release:
./scripts/install image release
addons:
./scripts/install image addons
qemu:
./scripts/install image qemu
clean:
rm -rf $(BUILD_DIRS)
src-pkg:
tar cvjf sources.tar.bz2 sources .stamps