Files
LibreELEC.tv/Makefile
Stephan Raue 4477b00db7 various fixes
2009-04-05 23:10:05 +02:00

16 lines
194 B
Makefile

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