X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cluck.asd;h=ef19678041b47df55a3973e5661f50e47766d98e;hb=f5169186bda5452e7ecca6cee93de9042a33a9a6;hp=6239bae6b871627fc59b1108e2d494a753b68a54;hpb=8a63903391e60d304802ce875e7724146bd612b4;p=cluck.git diff --git a/cluck.asd b/cluck.asd index 6239bae..ef19678 100644 --- 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")) + ))