aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLode Vandevenne <lode@google.com>2013-01-22 23:33:42 +0100
committerLode Vandevenne <lode@google.com>2013-01-22 23:33:42 +0100
commit340a133d08c3c1ec9a0e03669ff692185c520e8c (patch)
treef00f8281d656b421b9525912cc6665522456f78d
parentb50b7ef8f8150616d3e9a227ce2d722a8355b1da (diff)
downloadzopfli-340a133d08c3c1ec9a0e03669ff692185c520e8c.tar.gz
Added makefile
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..9a3b636
--- /dev/null
+++ b/makefile
@@ -0,0 +1,5 @@
+make:
+ gcc *.c -O2 -W -Wall -Wextra -ansi -pedantic -lm -o zopfli-gzip
+
+debug:
+ gcc *.c -g3 -lm -o zopfli-gzip