/build.sh
http://github.com/rtyler/euler-ada · Shell · 5 lines · 3 code · 1 blank · 1 comment · 1 complexity · efa32ba7ac007b5e327989d18b6edc43 MD5 · raw file
- #!/bin/sh -xe
- for f in *.adb; do
- gnatmake $f;
- done;
http://github.com/rtyler/euler-ada · Shell · 5 lines · 3 code · 1 blank · 1 comment · 1 complexity · efa32ba7ac007b5e327989d18b6edc43 MD5 · raw file
- #!/bin/sh -xe
- for f in *.adb; do
- gnatmake $f;
- done;