From e6c039da0162a8524d1807b2aa0888c29f846f05 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Tue, 6 May 2025 22:42:00 +0200 Subject: [PATCH] add link to Makefile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc501e..9c10193 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Firstly make sure you have [cloned](https://git-scm.com/docs/git-clone) the repository to your system. -This project ships with a Makefile which can be used for compiling a debug version or a release version. +This project ships with a [Makefile](https://www.gnu.org/software/make/manual/make.html#Overview) which can be used for compiling a debug version or a release version. The debug version is made using '-ggdb', so if you use a debugger other than [GDB](https://sourceware.org/gdb), you will need to modify the Makefile