Skip to content

Commit 7c0d97c

Browse files
committed
Describe platform independent steps for building
1 parent 58f1912 commit 7c0d97c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ TODO:
2323

2424
## Build and run
2525

26-
Clone the repo first with git or download a zip of the repo.
26+
Clone the repo first with git or download a zip of the repo. Run the following inside the folder with the code:
2727

2828
```
2929
$ mkdir build
3030
$ cd build
3131
$ cmake ..
32-
$ make
33-
$ make test (optional step)
32+
$ cmake --build .
33+
$ ctest (optional step)
3434
$ ./src/8bit <program.asm>
3535
```
3636

0 commit comments

Comments
 (0)