changed project name from cl-forth to kurt

This commit is contained in:
2024-08-16 10:09:45 +03:00
parent 68947d00aa
commit e90d124892
19 changed files with 52 additions and 18 deletions

View File

@@ -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)'