diff --git a/templates/projects/clog/run-ocicl.bat b/templates/projects/clog/run-ocicl.bat deleted file mode 100644 index 430b860..0000000 --- a/templates/projects/clog/run-ocicl.bat +++ /dev/null @@ -1 +0,0 @@ -sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)" --eval "(asdf:load-system :clog/tools)" --eval "(clog-tools:clog-builder :port 0 :app t)" \ No newline at end of file diff --git a/templates/projects/clog/run-ocicl.bat.lt b/templates/projects/clog/run-ocicl.bat.lt new file mode 100644 index 0000000..bfb838d --- /dev/null +++ b/templates/projects/clog/run-ocicl.bat.lt @@ -0,0 +1 @@ +sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)" --eval "(asdf:load-system :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :port 0 :app t)" \ No newline at end of file diff --git a/templates/projects/clog/run-ocicl.lt b/templates/projects/clog/run-ocicl.lt new file mode 100644 index 0000000..bfb838d --- /dev/null +++ b/templates/projects/clog/run-ocicl.lt @@ -0,0 +1 @@ +sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)" --eval "(asdf:load-system :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :port 0 :app t)" \ No newline at end of file diff --git a/templates/projects/clog/run-ql.bat.lt b/templates/projects/clog/run-ql.bat.lt index 2eac08a..24c3e38 100644 --- a/templates/projects/clog/run-ql.bat.lt +++ b/templates/projects/clog/run-ql.bat.lt @@ -1 +1 @@ -sbcl --eval "(ql:quickload :clog/tools)" --eval "(clog-tools:clog-builder :project :<%= (@ sys-name) %> :port 0 :app t)" \ No newline at end of file +sbcl --eval "(ql:quickload :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :project :<%= (@ sys-name) %> :port 0 :app t)" \ No newline at end of file diff --git a/templates/projects/clog/run-ql.lt b/templates/projects/clog/run-ql.lt new file mode 100644 index 0000000..24c3e38 --- /dev/null +++ b/templates/projects/clog/run-ql.lt @@ -0,0 +1 @@ +sbcl --eval "(ql:quickload :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :project :<%= (@ sys-name) %> :port 0 :app t)" \ No newline at end of file