LibreELEC.tv/Makefile
Ian Leonard 022b549dac Makefile: use xz compression in sources tarball creation
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-11-13 06:41:49 +00:00

28 lines
342 B
Makefile

BUILD_DIRS=build.*
all: release
system:
./scripts/image
release:
./scripts/image release
image:
./scripts/image mkimage
noobs:
./scripts/image noobs
amlpkg:
./scripts/image amlpkg
clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
distclean:
rm -rf ./.ccache ./$(BUILD_DIRS)
src-pkg:
tar cvJf sources.tar.xz sources .stamps