cmcqueen / lzs-compression

Compression using LZS-style algorithm, derived from LZ77-style
MIT License
19 stars 8 forks source link

Add autotools build #3

Closed cmcqueen closed 7 years ago

cmcqueen commented 7 years ago

For the C code, add an autotools build process. It should build a library, compress and decompress utilities, and unit tests. It should run the unit tests via make check.

cmcqueen commented 7 years ago

Done