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