aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLode Vandevenne <lode@google.com>2013-02-14 14:54:41 +0100
committerLode Vandevenne <lode@google.com>2013-02-14 14:54:41 +0100
commit3c3a3bdeb667cfcdd622ff7fefd2c4934c16a09b (patch)
treebb86c9da5fe63653ff47f5c4f3d8bee03c237660
parentd5eb5f507386e9933f2d8248d311ceca41fe1df1 (diff)
downloadzopfli-3c3a3bdeb667cfcdd622ff7fefd2c4934c16a09b.tar.gz
Zlib and Gzip support
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 9a3b636..3215957 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
make:
- gcc *.c -O2 -W -Wall -Wextra -ansi -pedantic -lm -o zopfli-gzip
+ gcc *.c -O2 -W -Wall -Wextra -ansi -pedantic -lm -o zopfli
debug:
- gcc *.c -g3 -lm -o zopfli-gzip
+ gcc *.c -g3 -lm -o zopfli