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.
 
 
 
 
 
 

12 lines
341 B

Index: Makefile
--- Makefile.orig 2019-11-28 09:30:38.777489000 +0100
+++ Makefile 2019-11-28 09:31:29.606681000 +0100
@@ -22,7 +22,7 @@
.PHONY: all libzopfli libzopflipng
-all: zopfli libzopfli libzopfli.a zopflipng libzopflipng libzopflipng.a
+all: zopfli libzopfli.a zopflipng libzopflipng.a
obj/%.o: %.c
@mkdir -p `dirname $@`