Skip to content

Commit

Permalink
Fix build instructions
Browse files Browse the repository at this point in the history
The current build instructions say to pass "-C build" to make when the user is
already in the build directory if they followed the previous step.
  • Loading branch information
rlanday committed Apr 14, 2023
1 parent f458305 commit f75391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cd build
cmake -DUSE_SANITIZER=address -DFBGEMM_LIBRARY_TYPE=shared -DPYTHON_EXECUTABLE=/usr/bin/python3 ..

# Run the build
make -C build -j VERBOSE=1
make -j VERBOSE=1

# Run all tests
make test
Expand Down

0 comments on commit f75391b

Please sign in to comment.