#!/bin/sh

# Remove Old Files
rm -f *.res
rm -f *.o
rm -f *.s
rm -f *.bak
rm -f *.ppu

# Compile Object File.. The linker call will fail..
ppc386 -g -a -Sg -d_LINUX_ storedir
