summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-08-16 10:09:45 +0300
committermRnea <akannemre@gmail.com>2024-08-16 10:09:45 +0300
commite90d1248920b50e5f8c25ab406a9095e3f6a2358 (patch)
tree298141c8cfabc515c37d2dd7996d8590b711698b /build.sh
parent68947d00aa6666d6e4daed6a0f75009c9bf3048d (diff)
changed project name from cl-forth to kurt
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 80a559a..3a4f741 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-sbcl --load cl-forth.asd \
- --eval '(ql:quickload :cl-forth)' \
- --eval '(asdf:make :cl-forth)' \
+sbcl --load kurt.asd \
+ --eval '(ql:quickload :kurt)' \
+ --eval '(asdf:make :kurt)' \
--eval '(quit)'