Files
LibreELEC.tv/Makefile
Stephan Raue 83cd79db46 config/options:
- now make without set PROJECT variable works, default is project "generic"
2010-01-15 02:02:06 +01: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