binary: modify binary to make use of the new compilation pipeline

This commit is contained in:
2026-04-25 22:47:34 +03:00
parent 4716c71b15
commit 5edcc974b6
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
(executable
(name comp)
(public_name ollisp)
(libraries str unix compiler interpreter))
(libraries str unix compiler vm interpreter))