mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-30 20:11:06 +00:00
12 lines
152 B
Makefile
12 lines
152 B
Makefile
BUILD_DIRS="build.*"
|
|
|
|
all: image
|
|
|
|
image:
|
|
./scripts/install image full
|
|
|
|
clean:
|
|
rm -rf $(BUILD_DIRS)
|
|
|
|
src-pkg:
|
|
tar cvjf sources.tar.bz2 sources .stamps
|