#!/bin/sh
# This is the command to compile the slalom module to McBilliards
ulimit -c unlimited
gcc -lm -Wall -g -o slalom slalom.c 
