/build.sh

http://github.com/rtyler/euler-ada · Shell · 5 lines · 3 code · 1 blank · 1 comment · 1 complexity · efa32ba7ac007b5e327989d18b6edc43 MD5 · raw file

  1. #!/bin/sh -xe
  2. for f in *.adb; do
  3. gnatmake $f;
  4. done;