diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..f5b3676 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh -xe + +for f in *.adb; do + gnatmake $f; +done;