Using huffman coding to compress and decompress files
'make' will compile an executable in the bin directory.
# To compress a file:
huffmancli FILE_PATH
# To uncompress a file:
huffmancli FILE_PATH --uncompress
# For more information
huffmancli --help