blob: 350d9c900f83463d82b822bfc80f02b59ccfa17d (
plain)
1
2
3
4
5
6
7
8
|
(asdf:defsystem :odraw
:depends-on (:deploy)
:components ((:file "packages")
(:file "lib.macros")
(:file "main"))
:build-operation "deploy-op"
:build-pathname "odraw"
:entry-point "main:start")
|