diff options
author | 3gg <3gg@shellblade.net> | 2025-08-09 16:03:28 +0200 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-09 16:03:28 +0200 |
commit | 727e3c59346da4f91284b34b4c18f2e0ba155e53 (patch) | |
tree | 807dccd5cba3c6bae2f8d0c9910157e306c6da5b /typing/typing.gpr |
Diffstat (limited to 'typing/typing.gpr')
-rw-r--r-- | typing/typing.gpr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/typing/typing.gpr b/typing/typing.gpr new file mode 100644 index 0000000..fdc5051 --- /dev/null +++ b/typing/typing.gpr | |||
@@ -0,0 +1,5 @@ | |||
1 | project Typing is | ||
2 | for Source_Dirs use ("src"); | ||
3 | for Object_Dir use "obj"; | ||
4 | for Main use ("typing.adb"); | ||
5 | end Typing; | ||