aboutsummaryrefslogtreecommitdiff
path: root/make/step3_env.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/step3_env.mk')
-rw-r--r--make/step3_env.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/step3_env.mk b/make/step3_env.mk
index acc038d..b548874 100644
--- a/make/step3_env.mk
+++ b/make/step3_env.mk
@@ -91,5 +91,5 @@ REPL_ENV := $(call ENV_SET,$(REPL_ENV),-,number_subtract)
REPL_ENV := $(call ENV_SET,$(REPL_ENV),*,number_multiply)
REPL_ENV := $(call ENV_SET,$(REPL_ENV),/,number_divide)
-# Call the read-eval-print loop
+# repl loop
$(if $(strip $(INTERACTIVE)),$(call REPL))