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 /main.lisp | |
parent | 68947d00aa6666d6e4daed6a0f75009c9bf3048d (diff) |
changed project name from cl-forth to kurt
Diffstat (limited to 'main.lisp')
-rw-r--r-- | main.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -(in-package :cl-forth) +(in-package :kurt) ;; (defun main () ;; (let ((args (rest sb-ext:*posix-argv*))) @@ -97,8 +97,8 @@ (defun top-level-command () (clingon:make-command - :name "cl-forth" - :description "cl-forth derleyicisi" + :name "kurt" + :description "kurt derleyicisi" :version "0.1.0" :authors '("Emre Akan <akannemre@gmail.com>") :options (top-level-options) |