mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
Makefile: use makefile_helper
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
1f4ffcc981
commit
fadea6582a
6
Makefile
6
Makefile
@ -1,5 +1,3 @@
|
|||||||
BUILD_DIRS=build.*
|
|
||||||
|
|
||||||
all: release
|
all: release
|
||||||
|
|
||||||
system:
|
system:
|
||||||
@ -15,10 +13,10 @@ noobs:
|
|||||||
./scripts/image noobs
|
./scripts/image noobs
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
|
./scripts/makefile_helper --clean
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -rf ./.ccache ./$(BUILD_DIRS)
|
./scripts/makefile_helper --distclean
|
||||||
|
|
||||||
src-pkg:
|
src-pkg:
|
||||||
tar cvJf sources.tar.xz sources
|
tar cvJf sources.tar.xz sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user