Fixed docs target

This commit is contained in:
Alejandro Saucedo 2021-01-30 15:15:46 +00:00
parent aaa89e2bbd
commit e8bb89ebc4

View file

@ -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