diff --git a/Makefile b/Makefile index 21c9fe330..90d25c2dc 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ mk_build_all: cmake --build build/. --parallel mk_build_docs: - cmake --build build/. --target docs --parallel + cmake --build build/. --target gendocsall --parallel mk_build_kompute: cmake --build build/. --target kompute --parallel