3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-19 20:33:38 +00:00

Merge pull request #566 from xavdel/patch-1

nmake->make, little error
This commit is contained in:
Nikolaj Bjorner 2016-04-16 17:46:04 -07:00
commit 7a317a4f07

View file

@ -33,7 +33,7 @@ then:
```bash ```bash
cd build cd build
nmake make
``` ```
## Building Z3 using make and GCC/Clang ## Building Z3 using make and GCC/Clang