Lakka-LibreELEC/Makefile
Stephan Raue 3e1730b120 syslinux: move image makescript out of package, merge with scripts/ and /scripts/image
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-27 21:39:15 +01:00

22 lines
263 B
Makefile

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