Improve Makefile debug functionality
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 2 Aug 2024 13:09:59 +0000 (15:09 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 2 Aug 2024 13:09:59 +0000 (15:09 +0200)
commit4afafbba59ad4abf953ea8aa23f1e61fb2c1daea
tree15da114c95898c019ffe0f5902f96aff9ba3283a
parent64082548cadd785df622fe83950b16cdfce31f68
Improve Makefile debug functionality

Makefile now creates .debug file when "make debug" is executed.
This make Makefile able to remember the debug mode for futher builds
and rebuilds. The debug mode can be disabled by removing the .debug file
or by executing "make nodebug" which will also build the project.
.gitignore
Makefile