diff --git a/README.md b/README.md index 19021cb..4db36ff 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ allocations. Compiling the project should be relatively easy, even if you aren't familiar with `make`. -Dependences: `git`, `make`, and the C compiler of your choosing (the Makefile -assumes `gcc`). +Dependences: `git`, `make`, and `gcc`. Compiling with `clang` is also possible, +simply replace "gcc" with "clang" in the first line of the Makefile. ``` git clone https://codeberg.org/andyscott/marCsweep.git