changed project name from cl-forth to kurt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user