#!/bin/sh

gcc -o $1 $1.c `perl -MExtUtils::Embed -e ccopts -e ldopts` 
