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
+4 -4
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`.