Added a debug configuration to the makefile

This commit is contained in:
Alexandru
2026-03-30 02:08:41 +03:00
parent 03c161311b
commit 7a05614e2d
+3
View File
@@ -1,2 +1,5 @@
default:
cc *.c -o guesser
debug:
cc *.c -g -o guesser