summaryrefslogtreecommitdiff
path: root/obs.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-12-17 15:09:15 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-12-17 15:10:17 +0000
commitd3f005bd8ba07b9b6d73e8eba9df4b9d9167cbd6 (patch)
tree22d4f9b90450472be2599f6744c44792cd1cddc1 /obs.ipkg
parent5a707861fe52e4c969350664beb206daa0e7fd56 (diff)
Create executable.
For now, this is a reformatter.
Diffstat (limited to 'obs.ipkg')
-rw-r--r--obs.ipkg6
1 files changed, 5 insertions, 1 deletions
diff --git a/obs.ipkg b/obs.ipkg
index 5e7f3d6..d637613 100644
--- a/obs.ipkg
+++ b/obs.ipkg
@@ -4,7 +4,11 @@ sourcedir = "src"
depends = contrib
+executable = obs
+main = Obs.Main
+
modules
- = Obs.Parser
+ = Obs.Main
+ , Obs.Parser
, Obs.Sort
, Obs.Syntax