aboutsummaryrefslogtreecommitdiffstats
path: root/l/extreload.asd
blob: 21a532965ae7c4e377358553666f9e41c046625d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(asdf:defsystem extreload
  :version "0.0.1"
  :depends-on (:jsown
               :websocket-driver-client)
  :components ((:module "src"
                :serial t
                :components ((:file "package")
                             (:file "macro")
                             (:file "main"))))

  :build-operation "program-op"
  :build-pathname "extreload"
  :entry-point "extreload:main")