Implemented GZIP functionality for the data file
[wordblah.git] / Makefile
1 wordblox: wordblox.c wordblox.h constantstrings.h
2 clang wordblox.c -lgd -lz -lcrypt -o wordblox
3