fix: melonDS stable and nightly. add: AzaharPlus

This commit is contained in:
Richard Macias
2025-05-28 11:11:38 -05:00
parent 80f0fa81bd
commit f5b46ec436
7 changed files with 65 additions and 17 deletions

View File

@@ -8,13 +8,13 @@ help: # Show help for each of the makefile recipes.
release: readme minify # Run all Make targets related to cutting a release.
links: # Generate links for all obtainium packages
@python scripts/generate-obtainium-urls.py src/obtainium-emulation-pack.json > scripts/links.md
@python scripts/generate-obtainium-urls.py src/applications.json > scripts/links.md
minify: # Obtainium historically expects a minified json. This allows humans to edit the readable and easily update the minified one.
@python scripts/minify-json.py src/obtainium-emulation-pack.json obtainium-emulation-pack.min.json
@python scripts/minify-json.py src/applications.json obtainium-emulation-pack.json
table: # Generate a table of obtainium links for the README.
@python scripts/generate-table.py src/obtainium-emulation-pack.json ./pages/table.md
@python scripts/generate-table.py src/applications.json ./pages/table.md
readme: table # Generate the readme file. Why? Because editing that table every change is tedious.
@python scripts/generate-readme.py \