We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950dd35 commit ef312a8Copy full SHA for ef312a8
Makefile
@@ -156,7 +156,7 @@ test_functions_w_jlox: build
156
test_all: test_scanning_w_jlox test_parsing_w_jlox test_evaluation_w_jlox test_statements_w_jlox test_control_flow_w_jlox
157
158
setup:
159
- echo "Setting up interpreter-tester prerequisites..."
+ echo "Setting up interpreter-tester prerequisites for Linux"
160
161
# Clone repositories
162
git clone https://github.com/munificent/craftinginterpreters.git || true
0 commit comments