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
419 B

  1. --- a/Makefile 2019-05-22 19:54:23.980451289 +0800
  2. +++ b/Makefile 2019-06-10 10:32:58.054675929 +0800
  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