Improve title comment. Update for debian
[cluck.git] / cluck.asd
old mode 100755 (executable)
new mode 100644 (file)
index 6239bae..ef19678
--- a/cluck.asd
+++ b/cluck.asd
@@ -20,5 +20,8 @@
   :licence "BSD"
   :description "Common Lisp uController Clock Calculator"
   :long-description "CLUCK provides functions to programming timers and selecting crystals for microcontrollers."
-  :components
-  ((:file "cluck")))
+  :depends-on (kmrcl)
+  :components ((:file "package")
+               (:file "clock" :depends-on ("package"))
+               (:file "dtmf" :depends-on ("package"))
+               ))