diff options
Diffstat (limited to 'util.lisp')
-rw-r--r-- | util.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ (format t "~{~a~^ ~}~%" args) (uiop:run-program args :output *standard-output*)) +(defun from-root (path) + (merge-pathnames path (asdf:system-source-directory :cl-forth))) + ;; ,(file-namestring ;; (make-pathname :name (pathname-name path) ;; :type "o")) |