mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 02:50:36 +00:00
116dc5c749
Signed-off-by: Stephan Raue <stephan@openelec.tv>
16 lines
177 B
Makefile
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
|