xabina/compile.sh

8 lines
48 B
Bash
Raw Normal View History

#!/bin/bash
set -xe
gnatmake xabina.adb
exit