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