Files
LibreELEC.tv/Makefile
Stephan Raue 07c82cfd2f Makefile: rename installator to installer
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-03 20:34:12 +02:00

20 lines
272 B
Makefile

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