summaryrefslogtreecommitdiff
path: root/obs.ipkg
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2023-03-25 15:35:43 +0000
committerChloe Brown <chloe.brown.00@outlook.com>2023-03-25 15:35:43 +0000
commit2af2175f6b633f717c0fb64e05310a294fe168a8 (patch)
treec32c165feba9d28551351e157dbbb84329ee05d5 /obs.ipkg
parentb97d796c45a4ffdb475c03330c62ff8be2911d85 (diff)
Extract Name to a new module.
Diffstat (limited to 'obs.ipkg')
-rw-r--r--obs.ipkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/obs.ipkg b/obs.ipkg
index 45b99c3..2de477f 100644
--- a/obs.ipkg
+++ b/obs.ipkg
@@ -10,4 +10,5 @@ executable = "cc-eval"
main = Main
modules
- = Main
+ = CC.Name
+ , Main