[tools] docs
All checks were successful
eden-license / license-header (pull_request) Successful in 25s

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-10-04 05:40:10 -04:00
parent d9e641157e
commit 6599c1afbe
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
21 changed files with 370 additions and 100 deletions

View file

@ -9,6 +9,9 @@
# shellcheck disable=SC2038
# shellcheck disable=SC2016
[ -z "$PACKAGES" ] && PACKAGES=$(find . src -maxdepth 3 -name cpmfile.json | xargs jq -s 'reduce .[] as $item ({}; . * $item)')
# For your project you'll want to change the PACKAGES call to include whatever locations you may use (externals, src, etc.)
# Always include .
LIBS=$(echo "$PACKAGES" | jq -j 'keys_unsorted | join(" ")')
export PACKAGES