mkdir docs/kernel/doxygen
Some checks failed
Build documentation / build-and-deploy (push) Failing after 30s

This commit is contained in:
2025-12-31 21:21:02 +01:00
parent 949f9c5293
commit 74c782d653

View File

@@ -33,6 +33,7 @@ format:
':!libk/printf*')
doxygen:
mkdir -p ../docs/kernel/doxygen
doxygen
.PHONY: all clean format doxygen