Add optional clang dependency

This commit is contained in:
Andrew Scott 2024-08-20 13:28:23 -04:00
parent 7cd2554e7d
commit ba08dd966c
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

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