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