Updated the clang-uml build path after cmake refactor

This commit is contained in:
Bartek Kryza
2023-02-18 22:20:28 +01:00
parent 28572e74c5
commit c2b83e2396
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ git clone https://github.com/bkryza/clang-uml
cd clang-uml
# Please note that top level Makefile is just a convenience wrapper for CMake
make release
release/clang-uml --help
release/src/clang-uml --help
# To build using a specific installed version of LLVM use:
LLVM_VERSION=14 make release