aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--erlang.mk1
-rw-r--r--plugins/c_src.mk2
3 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index a574239..6d6452e 100644
--- a/README.md
+++ b/README.md
@@ -342,7 +342,7 @@ You can add extra `erl` options by defining the `SHELL_OPTS` variable.
For more information please see `erl -man erl`.
`SHELL_PATH` adds paths to the shell's library search path. By default
-this option sets the path to `-pa ../$(PROJECT)/ebin $(DEPS_DIR)/*/ebin`.
+this option sets the paths to `-pa ../$(PROJECT)/ebin $(DEPS_DIR)/*/ebin`.
Contributing
------------
diff --git a/erlang.mk b/erlang.mk
index 16f3a96..05d068d 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -771,4 +771,3 @@ build-shell-deps: $(ALL_SHELL_DEPS_DIRS)
shell: build-shell-deps
$(gen_verbose) erl $(SHELL_PATH) $(SHELL_OPTS)
-
diff --git a/plugins/c_src.mk b/plugins/c_src.mk
index 63ca6bc..2004b2d 100644
--- a/plugins/c_src.mk
+++ b/plugins/c_src.mk
@@ -48,7 +48,7 @@ $(C_SRC_ENV):
-include $(C_SRC_ENV)
else
-ifneq ($(wildcard $(C_SRC_DIR),))
+ifneq ($(wildcard $(C_SRC_DIR)),)
app::
$(MAKE) -C $(C_SRC_DIR)