build is a phony target as well
diff --git a/Makefile b/Makefile
index e115e30..a537d61 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 REBAR?=rebar3
 
-.PHONY: all edoc test clean
+.PHONY: all edoc test clean build
+
+all: build
 
 build:
 	@$(REBAR) get-deps # rebar2 compatibility, it's no-op on rebar3