#!/bin/sh
gcc -o test -Wall -Os -L/usr/lib -I /usr/include `allegro-config --cflags --libs` -lpresto -lpng test.c
