mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts: rename legacy image and create_addon scripts, new make targets
This commit is contained in:
16
Makefile
16
Makefile
@@ -17,6 +17,22 @@ noobs:
|
||||
amlpkg:
|
||||
./scripts/image amlpkg
|
||||
|
||||
# legacy sequential build targets
|
||||
system-st:
|
||||
./scripts/image_st
|
||||
|
||||
release-st:
|
||||
./scripts/image_st release
|
||||
|
||||
image-st:
|
||||
./scripts/image_st mkimage
|
||||
|
||||
noobs-st:
|
||||
./scripts/image_st noobs
|
||||
|
||||
amlpkg-st:
|
||||
./scripts/image_st amlpkg
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user