From 98106c79126fc01e96b7b718977b857cb216922f Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Sat, 1 Aug 2026 15:02:20 -0400 Subject: Add bionic-fg glibc x86_64 experiment --- justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 54148ad..d50b220 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ default: - echo "Available recipes: build, test, clean, generate-schema" + echo "Available recipes: build, build-bionic-fg-x86_64, test, clean, generate-schema" generate-schema: python3 scripts/generate_ts_schema.py @@ -7,6 +7,9 @@ generate-schema: build: python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh +build-bionic-fg-x86_64: + scripts/build_bionic_fg_x86_64.sh + test: scp "out/Decky LSFG-VK.zip" deck@192.168.0.6:~/Desktop @@ -18,4 +21,4 @@ cef: clean: rm -rf node_modules dist - sudo rm -rf /tmp/decky \ No newline at end of file + sudo rm -rf /tmp/decky -- cgit v1.2.3