xabina/compile.sh

8 lines
48 B
Bash

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