diff --git a/README.md b/README.md index a6bd684..93f9474 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ alternatives such as: ```bash make VERBOSE=1 # linux/mac OS specific -cmake --build . -- VERBOSE=1 # works on any OS +cmake --build . -v # should work on any OS +cmake --build --target hello # build a single target on Windows OS ``` ### Possible Issues