You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
project Default is
|
|
|
|
package Compiler is
|
|
for Switches ("Ada") use ("-g");
|
|
end Compiler;
|
|
|
|
for Main use ("main.adb");
|
|
|
|
end Default;
|
|
|