Skip to content

Commit ef312a8

Browse files
committed
fix: update setup message in Makefile for Linux compatibility
1 parent 950dd35 commit ef312a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ test_functions_w_jlox: build
156156
test_all: test_scanning_w_jlox test_parsing_w_jlox test_evaluation_w_jlox test_statements_w_jlox test_control_flow_w_jlox
157157

158158
setup:
159-
echo "Setting up interpreter-tester prerequisites..."
159+
echo "Setting up interpreter-tester prerequisites for Linux"
160160

161161
# Clone repositories
162162
git clone https://github.com/munificent/craftinginterpreters.git || true

0 commit comments

Comments
 (0)