diff options
author | mRnea <akannemre@gmail.com> | 2024-08-16 10:09:45 +0300 |
---|---|---|
committer | mRnea <akannemre@gmail.com> | 2024-08-16 10:09:45 +0300 |
commit | e90d1248920b50e5f8c25ab406a9095e3f6a2358 (patch) | |
tree | 298141c8cfabc515c37d2dd7996d8590b711698b /util.lisp | |
parent | 68947d00aa6666d6e4daed6a0f75009c9bf3048d (diff) |
changed project name from cl-forth to kurt
Diffstat (limited to 'util.lisp')
-rw-r--r-- | util.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -(in-package :cl-forth) +(in-package :kurt) (eval-when (:compile-toplevel :load-toplevel :execute) (defmacro eval-always (&body body) @@ -26,7 +26,7 @@ (apply #'uiop:run-program args options)) (defun from-root (path) - (merge-pathnames path (asdf:system-source-directory :cl-forth))) + (merge-pathnames path (asdf:system-source-directory :kurt))) ;; ,(file-namestring ;; (make-pathname :name (pathname-name path) |