1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/ada/step9_try.gpr
2015-12-16 22:18:15 +00:00

8 lines
127 B
Plaintext

project Step9_Try is
for Object_Dir use "obj";
for Exec_Dir use ".";
for Main use ("step9_try.adb");
end Step9_Try;