mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
|
project Step4_If_Fn_Do is
|
||
|
|
||
|
for Object_Dir use "obj";
|
||
|
for Exec_Dir use ".";
|
||
|
for Main use ("step4_if_fn_do.adb");
|
||
|
|
||
|
end Step4_If_Fn_Do;
|