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