aboutsummaryrefslogtreecommitdiff
path: root/odraw.asd
diff options
context:
space:
mode:
Diffstat (limited to 'odraw.asd')
-rw-r--r--odraw.asd7
1 files changed, 7 insertions, 0 deletions
diff --git a/odraw.asd b/odraw.asd
new file mode 100644
index 0000000..6d40c71
--- /dev/null
+++ b/odraw.asd
@@ -0,0 +1,7 @@
+(asdf:defsystem :odraw
+ :depends-on (:deploy)
+ :components ((:file "packages")
+ (:file "main"))
+ :build-operation "deploy-op"
+ :build-pathname "odraw"
+ :entry-point "main:start")