diff --git a/Makefile b/Makefile index dee6799..82b34a9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ PROJECT = erlang_standards +DEPS = elvis + +dep_elvis = git https://github.com/inaka/elvis.git master + include erlang.mk