add link to Makefile

This commit is contained in:
2025-05-06 22:42:00 +02:00
parent 658856bbd2
commit e6c039da01

View File

@ -18,7 +18,7 @@
Firstly make sure you have [cloned](https://git-scm.com/docs/git-clone) the repository to your system. 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 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