diff options
author | Teddy Wing | 2021-02-06 18:27:33 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-06 18:27:33 +0100 |
commit | dc5f0fd9a8501b5c3a611f84c452aa858c2ad29a (patch) | |
tree | 746d178d291fd55dd44524c8ce2a3d4f626a88d6 /wait-group.asd | |
parent | dc2fc9f2cd69422c720daaa531d1bdb9a6bde0e5 (diff) | |
download | cl-wait-group-dc5f0fd9a8501b5c3a611f84c452aa858c2ad29a.tar.bz2 |
Add documentation tasks
Diffstat (limited to 'wait-group.asd')
-rw-r--r-- | wait-group.asd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wait-group.asd b/wait-group.asd index ac7e280..6a01756 100644 --- a/wait-group.asd +++ b/wait-group.asd @@ -1,5 +1,7 @@ (asdf:defsystem wait-group + :description "TODO" :version "0.0.1" + :components ((:module "src" :serial t :components ((:file "package") |