Submodule patches now called from Makefile (e.g. make patch)

This commit is contained in:
Joseph Henry
2018-07-27 16:14:31 -07:00
parent c3ee25f525
commit fecb5e1b47
3 changed files with 5 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ We recommend using [CMake](https://cmake.org/) for its extensive cross-platform
```
git submodule init
git submodule update
./ext/patch_submodules.sh
make patch
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG
cmake --build build
```