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