X-Git-Url: http://git.kpe.io/?p=cluck.git;a=blobdiff_plain;f=cluck.asd;fp=cluck.asd;h=ef19678041b47df55a3973e5661f50e47766d98e;hp=6239bae6b871627fc59b1108e2d494a753b68a54;hb=24df75e86a93050a15a806dea45bd209cc3a37a2;hpb=1cc74b26dec2bbe49fa511ad366e33e271a3f0a7 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")) + ))