LibreELEC.tv/Makefile
Stephan Raue 7124fd5d2d scripts/image: add initial NOOBS support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-25 16:36:51 +02:00

19 lines
230 B
Makefile

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