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