
19 Aug
2007
19 Aug
'07
3:03 p.m.
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))