From ba08dd966c7eb3f7b48bd34e6a2f4833f9c7c240 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 20 Aug 2024 13:28:23 -0400 Subject: [PATCH] Add optional clang dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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