diff options
Diffstat (limited to 'cantedraw.asd')
-rw-r--r-- | cantedraw.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cantedraw.asd b/cantedraw.asd index 653afb4..c3dcc4e 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -1,4 +1,5 @@ (asdf:defsystem :cantedraw + :depends-on (:alexandria) :components ((:file "packages") (:file "lib.macros") (:file "lib.functions") |