Skip to content

Commit 23118a7

Browse files
committed
Update Readme
1 parent c2d39ea commit 23118a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo apt install build-essentials wine virtual-jaguar
1414

1515
### Build the assembler toolchain
1616

17-
We use three tools to build the source code: `vasm`, `rmac` and `rln`. If you already have these installed you may have some
17+
We use two tools to build the source code: `rmac` and `rln`. If you already have these installed you may have some
1818
luck using them, if not you can build the versions included in this repository as they are known to work.
1919

2020
First you must run the following to set up the git submodules containing the assembler toolchain:
@@ -27,9 +27,7 @@ git submodule update
2727
Now you can build the toolchain, as follows:
2828

2929
```sh
30-
cd vasm-mirror
31-
make CPU=jagrisc SYNTAX=madmac
32-
cd ../rmac
30+
cd rmac
3331
make
3432
cd ../rln
3533
make

0 commit comments

Comments
 (0)