#!/bin/csh
#CLEANUP - Remove the *.ali and *.o files

rm -f *.ali *.o a83*.ads a83*.adb a95*.ads a95*.adb
