aboutsummaryrefslogtreecommitdiff
path: root/telebot.setup
diff options
context:
space:
mode:
Diffstat (limited to 'telebot.setup')
-rw-r--r--telebot.setup7
1 files changed, 7 insertions, 0 deletions
diff --git a/telebot.setup b/telebot.setup
new file mode 100644
index 0000000..e47eae7
--- /dev/null
+++ b/telebot.setup
@@ -0,0 +1,7 @@
+(compile -s -O2 -d1 telebot -j telebot)
+(compile -s -O2 -d0 telebot.import.scm)
+
+(install-extension
+ 'telebot
+ '("telebot.so" "telebot.import.so")
+ '((version "1.0")))