aboutsummaryrefslogtreecommitdiff
path: root/telebot.setup
blob: e47eae76ec3e6f2100f451381e9477c6e36bcd1f (plain)
1
2
3
4
5
6
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")))