aboutsummaryrefslogtreecommitdiff
path: root/odraw.asd
blob: 79d714c9a098c7ff0286911131398d18ae682ce3 (plain)
1
2
3
4
5
6
7
8
9
(asdf:defsystem :odraw
  :depends-on (:deploy)
  :components ((:file "packages")
               (:file "lib.macros")
               (:file "lib.functions")
               (:file "main"))
  :build-operation "deploy-op"
  :build-pathname "odraw"
  :entry-point "main:start")