mirror of
https://github.com/libretro/Lakka.git
synced 2024-12-13 10:41:15 +00:00
16 lines
199 B
Makefile
16 lines
199 B
Makefile
BUILD_DIRS=build.*
|
|
|
|
all: system
|
|
|
|
system:
|
|
./scripts/image
|
|
|
|
release:
|
|
./scripts/image release
|
|
|
|
clean:
|
|
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
|
|
|
|
src-pkg:
|
|
tar cvjf sources.tar.bz2 sources .stamps
|