Make build instructions no longer be on a single line.

This commit is contained in:
Uli Kusterer
2022-09-23 19:34:06 +02:00
committed by GitHub
parent 1925dc172b
commit f4e3bd70a1

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