Remove more repl

This commit is contained in:
Radon Rosborough 2023-02-18 17:11:27 -08:00
parent 3748541b88
commit 74f1c36213
1 changed files with 1 additions and 5 deletions

View File

@ -91,12 +91,8 @@ compile: |
< programs/Conditions.claro \
> programs/Conditions.java
run: |
set -e
cd programs
./conditions_compiled_claro_image ||:
java -jar /opt/claro/claro_compiler_binary_deploy.jar --repl --silent
./conditions_compiled_claro_image
input: |
print(123 * 234);