This repository has been archived on 2025-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cantedraw/odraw.asd
2025-02-11 00:41:00 +00:00

10 lines
275 B
Common Lisp

(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")