Initial commit

This commit is contained in:
2012-11-08 19:18:12 +01:00
commit 59fd57bc07
4 changed files with 312 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
gcaptchaz: gcaptchaz.c
gcc $^ -o $@ -lm -lfreetype -lpng -lgd -ggdb -Wall