Lakka-LibreELEC/Makefile
2011-08-14 17:11:16 +02:00

16 lines
177 B
Makefile

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