Skip to content

Commit

Permalink
Preserve existing behavior with removing build dir
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and neheb committed May 17, 2023
1 parent f078501 commit ce242fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Once you have a GitHub login:

5. Configure the project and check that it builds (if not, please report a bug):

$ rm -r build
$ rm -rf build
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build --parallel

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ You need [CMake](https://cmake.org/download/) to configure the Exiv2 project, an

```bash
$ cd ~/gnu/github/exiv2 # Location of the project code
$ rm -r build # Remove existing build directory
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release # Configure the project with CMake
$ cmake --build build # Compile the project
$ ctest --test-dir build --verbose # Run tests
Expand Down

0 comments on commit ce242fc

Please sign in to comment.