summary refs log tree commit diff
path: root/aoc-2024.ipkg
diff options
context:
space:
mode:
authorCrazazy2024-12-01 14:15:18 +0100
committerCrazazy2024-12-01 14:15:18 +0100
commit5ba0d95a80c06a39e65abc52200ee2fd7ee90bda (patch)
tree5793633e2fa7bcb859ffdcf406bc09ea8bfb6e5f /aoc-2024.ipkg
parent911796e471b30f7b1d8358e9d9d179852cfebfc5 (diff)
made some AoC infrastructure
Diffstat (limited to 'aoc-2024.ipkg')
-rw-r--r--aoc-2024.ipkg8
1 files changed, 4 insertions, 4 deletions
diff --git a/aoc-2024.ipkg b/aoc-2024.ipkg
index c38e564..363c432 100644
--- a/aoc-2024.ipkg
+++ b/aoc-2024.ipkg
@@ -1,7 +1,7 @@
 package aoc
-modules =
-    Day1
+modules = Main
+        , Day1
 depends = contrib
 sourcedir = "src"
-main = Day1
-executable = day1
+main = Main
+executable = aoc