diff --git a/README.md b/README.md
index 1e69ae9..d536f6c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
test
diff --git a/mk/depends.mk b/mk/depends.mk
index 30cf2d7..ed80f56 100644
--- a/mk/depends.mk
+++ b/mk/depends.mk
@@ -16,7 +16,7 @@ $(error nasm not found, install from your package manager)
endif
ifeq ($(shell which just),)
-$(error just not found, install from crates.io or from your package manager)
+$(error 'just' not found, install from crates.io or from your package manager)
endif
CARGO_CONFIG_VERSION=0.1.1