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 Step0_Repl is
|
|
|
|
for Object_Dir use "obj";
|
|
for Exec_Dir use ".";
|
|
for Main use ("step0_repl.adb");
|
|
|
|
end Step0_Repl;
|