diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-03-25 15:35:43 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-03-25 15:35:43 +0000 |
commit | 2af2175f6b633f717c0fb64e05310a294fe168a8 (patch) | |
tree | c32c165feba9d28551351e157dbbb84329ee05d5 /obs.ipkg | |
parent | b97d796c45a4ffdb475c03330c62ff8be2911d85 (diff) |
Extract Name to a new module.
Diffstat (limited to 'obs.ipkg')
-rw-r--r-- | obs.ipkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,4 +10,5 @@ executable = "cc-eval" main = Main modules - = Main + = CC.Name + , Main |