1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/ada/step9_try.gpr

8 lines
127 B
Plaintext
Raw Normal View History

2015-10-18 13:49:00 +03:00
project Step9_Try is
for Object_Dir use "obj";
for Exec_Dir use ".";
for Main use ("step9_try.adb");
end Step9_Try;