all: captcha

captcha: libcaptcha.c
	$(CC) $(CFLAGS) -DCAPTCHA -o captcha libcaptcha.c

