diff --git a/Makefile b/Makefile index 8367c9a..9de3058 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ default: cc *.c -o guesser + +debug: + cc *.c -g -o guesser