Skip to content

Commit a55f42f

Browse files
committed
Update
1 parent 98b2303 commit a55f42f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ fi
88

99
[ -d build/dune-env ] || python -m venv --system-site-packages build/dune-env
1010
cmake -S dune-basics -B build
11-
cmake --build build
11+
cmake --build build
12+
cmake --build build --target doxygen_dune-basics
13+
# python -m http.server -d build/doc/doxygen/html 8000

0 commit comments

Comments
 (0)