summaryrefslogtreecommitdiff
path: root/def.asd
diff options
context:
space:
mode:
Diffstat (limited to 'def.asd')
-rw-r--r--def.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/def.asd b/def.asd
index 95057ae..4209383 100644
--- a/def.asd
+++ b/def.asd
@@ -1,7 +1,7 @@
;;;; def.asd
(asdf:defsystem #:def
- :description "Macros Making def* forms nicer to use."
+ :description "Idomatic def* forms."
:author "colin <colin@cicadas.surf>"
:license "Unlicense"
:version "0.0.1"
@@ -9,4 +9,5 @@
:serial t
:components ((:file "package")
(:file "util")
- (:file "def")))
+ (:file "def")
+ (:file "generic")))