aboutsummaryrefslogtreecommitdiff
path: root/make/step2_eval.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/step2_eval.mk')
-rw-r--r--make/step2_eval.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/step2_eval.mk b/make/step2_eval.mk
index 96cd98f..34b1dab 100644
--- a/make/step2_eval.mk
+++ b/make/step2_eval.mk
@@ -69,5 +69,5 @@ $(call do,$(call _assoc!,$(REPL_ENV),-,number_subtract))
$(call do,$(call _assoc!,$(REPL_ENV),*,number_multiply))
$(call do,$(call _assoc!,$(REPL_ENV),/,number_divide))
-# Call the read-eval-print loop
+# repl loop
$(if $(strip $(INTERACTIVE)),$(call REPL))