aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Link with -lm for log()LibravatarLarge Libravatar Michael Stapelberg2016-07-021-2/+2
| | | | | | | | | | | | | | | | Without this change, I’m getting the following error: ``` cc blocksplitter.c cache.c deflate.c gzip_container.c hash.c katajainen.c lz77.c squeeze.c tree.c util.c zlib_container.c zopfli_lib.c woff.c sfnt2woff.c -o sfnt2woff-zopfli -lz /tmp/ccMWhalm.o: In function `ZopfliCalculateEntropy': tree.c:(.text+0x290): undefined reference to `log' tree.c:(.text+0x2c7): undefined reference to `log' tree.c:(.text+0x375): undefined reference to `log' collect2: error: ld returned 1 exit status Makefile:6: recipe for target 'sfnt2woff-zopfli' failed make: *** [sfnt2woff-zopfli] Error 1 ``` The manpage `log(3)` mentions “Link with -lm.”, which this change does.
* Rename executable to sfnt2woff-zopfli to differentiate between the original ↵v1.0.0LibravatarLarge Libravatar Bram Stein2014-12-181-4/+4
| | | | and the zopfli based one.
* Clean up object files.LibravatarLarge Libravatar Bram Stein2014-11-091-1/+1
|
* Add Zopfli files.LibravatarLarge Libravatar Bram Stein2014-11-061-10/+6
|
* initial commitLibravatarLarge Libravatar Bram Stein2014-10-201-0/+16