#! /bin/sh

gcc -o cPal convertPal.c
gcc -o cSpr convert16x16.c

./cPal > ./Pal.h
./cSpr > ./Sprite.h
