mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-03 05:26:52 +00:00
22 lines
263 B
Makefile
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
|