mirror of
https://codeberg.org/andyscott/marCsweep.git
synced 2024-11-09 13:50:51 -05:00
Add optional clang dependency
This commit is contained in:
parent
7cd2554e7d
commit
ba08dd966c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue