Commit d976ef40 by Rudolf

Turn off debug default [GTG]

Program is now good-to-go and properly encrypts/decrypts all files without
errors.
parent 151edf82
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ SRC_FILES := \ ...@@ -5,7 +5,7 @@ SRC_FILES := \
huffman.c \ huffman.c \
print_helper.c print_helper.c
DEBUG := 1 DEBUG := 0
default: default:
gcc $(SRC_FILES) -o huffman -DDEBUG=$(DEBUG) gcc $(SRC_FILES) -o huffman -DDEBUG=$(DEBUG)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment