Files
mop3/aux/docs.sh
kamkow1 bea4ddd2c8
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
Berry failed port attempt leftovers :(
2026-03-08 23:35:41 +01:00

19 lines
275 B
Bash
Executable File

#!/bin/sh
set -x
./aux/compiledb.sh
make -B docs_liballoc
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
mkdocs build