This commit is contained in:
ZhuWen 2016-08-19 02:51:30 +08:00 committed by Nan Zhu
parent 6d0426e6e3
commit 59246350ca

View File

@ -99,7 +99,7 @@ export CXX = g++-5
Now, build using the following commands
````bash
```bash
cd ..; cp make/config.mk ./config.mk; make -j4
```