euler-ada/build.sh

6 lines
57 B
Bash
Executable File

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