You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
347 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -1,7 +1,7 @@
  4. -CC=gcc
  5. -CFLAGS=-O3 -Wall -Wextra -Wno-unknown-pragmas
  6. -LDFLAGS=
  7. -LIBS=-lm -lpthread -lz
  8. +CC?=gcc
  9. +CFLAGS?=-O3 -Wall -Wextra -Wno-unknown-pragmas
  10. +LDFLAGS?=
  11. +LIBS?=-lm -lpthread -lz
  12. ZOPFLI=zopfli/src/zopfli/
  13. ZOP=deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o