fink/env.lisp

8 lines
285 B
Common Lisp
Raw Normal View History

2008-05-05 17:00:06 +02:00
(in-package :common-lisp)
(defparameter *src-root* "/home/dan/src/my/gobot/")
(load (compile-file (concatenate 'string *src-root* "packages.lisp")))
(load (compile-file (concatenate 'string *src-root* "gobot.lisp")))
2008-05-05 17:00:06 +02:00
(load (compile-file (concatenate 'string *src-root* "gtp.lisp")))