Password protect functionality and also changed file format
[wordblah.git] / Makefile
index c471226..0842251 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 -lcrypt -o wordblox