libinput Generic way of gathering user commandline input
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s

This commit is contained in:
2026-03-20 18:04:26 +01:00
parent 3e44106752
commit bf1e8e8573
22 changed files with 310 additions and 202 deletions

View File

@@ -15,4 +15,5 @@ make -B all_compiledb_libioutil
make -B all_compiledb_libmath
make -B all_compiledb_libfat
make -B all_compiledb_libdebugconsole
make -B all_compiledb_libinput
make -B compiledb_apps

View File

@@ -22,6 +22,7 @@ make -B all_libioutil "$bt"
make -B all_libmath "$bt"
make -B all_libfat "$bt"
make -B all_libdebugconsole "$bt"
make -B all_libinput "$bt"
make -B all_apps "$bt"
make -B all_dist
./aux/limine_iso_amd64.sh

View File

@@ -16,5 +16,6 @@ make -B docs_libioutil
make -B docs_libmath
make -B docs_libfat
make -B docs_libdebugconsole
make -B docs_libinput
make -B docs_apps
mkdocs build

View File

@@ -15,4 +15,5 @@ make -B format_libioutil
make -B format_libmath
make -B format_libfat
make -B format_libdebugconsole
make -B format_libinput
make -B format_apps