Password protect functionality and also changed file format
[wordblah.git] / Makefile
1 wordblox: wordblox.c wordblox.h constantstrings.h
2 clang wordblox.c -lgd -lcrypt -o wordblox
3