#!/bin/sh
g++ -O2 captcha.c `sdl-config --libs --cflags` -lSDL_image -o captcha
