Running Length Encoding (RLE) Utilities
make all - builds both utilities
make clean - removes the binaries
Compresses the standard input into the standard output.
./rle < file.ext > file.rle
Decompresses the standard input into the standard output.
./unrle < file.rle > file.ext