xabina/compile.sh

8 lines
56 B
Bash

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