Files
mop3/aux/docs.sh
kamkow1 bf1e8e8573
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
libinput Generic way of gathering user commandline input
2026-03-20 18:04:26 +01:00

22 lines
364 B
Bash
Executable File

#!/bin/sh
set -x
./aux/compiledb.sh
make -B docs_libmalloc
make -B docs_libsystem
make -B docs_libprocess
make -B docs_libstring
make -B docs_libterminal
make -B docs_libkb
make -B docs_libaux
make -B docs_libarena
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