Implemented GZIP functionality for the data file
[wordblah.git] / Makefile
index 0842251..90cbb91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,3 @@
 wordblox: wordblox.c wordblox.h constantstrings.h
-       clang wordblox.c -lgd -lcrypt -o wordblox
+       clang wordblox.c -lgd -lz -lcrypt -o wordblox