Merge pull request #37 from uliwitness/patch-1

Make build instructions no longer be on a single line.
This commit is contained in:
ksherlock 2022-09-23 16:11:09 -04:00 committed by GitHub
commit f3b3d221be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@ is in the public domain.
Compiling requires cmake, ragel, lemon, and a recent version of clang++ with
c++11 support. It has only been built and tested with OS X 10.8+.
mkdir build
cd build
cmake ..
make
mkdir build
cd build
cmake ..
make
This will generate `bin/mpw` and `bin/disasm`.