#!/bin/sh
#COMPILE the scaflex tool

#Use GNATMAKE
gnatmake scaflex
rm *.o *.ali

#Show output file
ls -l scaflex
