[funds-cvs] r147 - trunk/funds/src/examples

abaine at common-lisp.net abaine at common-lisp.net
Sun Aug 19 15:03:03 UTC 2007


Author: abaine
Date: Sun Aug 19 11:03:03 2007
New Revision: 147

Modified:
   trunk/funds/src/examples/funds-examples.asd
Log:
Added puzzles to defsystem.

Modified: trunk/funds/src/examples/funds-examples.asd
==============================================================================
--- trunk/funds/src/examples/funds-examples.asd	(original)
+++ trunk/funds/src/examples/funds-examples.asd	Sun Aug 19 11:03:03 2007
@@ -11,5 +11,6 @@
 (defsystem funds-examples
   :serial t
   :components ((:file "package")
-	       (:file "sudoku"))
+	       (:file "sudoku")
+	       (:file "puzzles"))
   :depends-on (:iterate :funds))



More information about the Funds-cvs mailing list