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

9 lines
234 B
Common Lisp

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