Added Puzzle export as PNG image
[wordblah.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..c471226
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+wordblox: wordblox.c
+       clang wordblox.c -lgd -o wordblox
+