diff options
Diffstat (limited to 'cantedraw.asd')
-rw-r--r-- | cantedraw.asd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cantedraw.asd b/cantedraw.asd new file mode 100644 index 0000000..d3aa60d --- /dev/null +++ b/cantedraw.asd @@ -0,0 +1,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") |