summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4bbac88..ca8246e 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,7 @@ Or, to create Xcode project files on OSX:
mkdir build
cd build
cmake -G Xcode ..
- make
- make test
- make install
+ open cmark.xcodeproj
The GNU Makefile also provides a few other targets for developers.
To run a benchmark: