blob: fee4d6e26bf1f51c97599ae0ab278ce71ed708b1 (
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 "odraw"))
:build-operation "deploy-op"
:build-pathname "odraw"
:entry-point "odraw:start")
|