mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-21 12:15:26 +00:00
fadea6582a
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
23 lines
275 B
Makefile
23 lines
275 B
Makefile
all: release
|
|
|
|
system:
|
|
./scripts/image
|
|
|
|
release:
|
|
./scripts/image release
|
|
|
|
image:
|
|
./scripts/image mkimage
|
|
|
|
noobs:
|
|
./scripts/image noobs
|
|
|
|
clean:
|
|
./scripts/makefile_helper --clean
|
|
|
|
distclean:
|
|
./scripts/makefile_helper --distclean
|
|
|
|
src-pkg:
|
|
tar cvJf sources.tar.xz sources
|