From 5a479428d7e3a68faa759ff892af17cc1a091335 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Mon, 12 Sep 2022 14:08:23 +0100 Subject: [PATCH] Fix broken make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30d9f95..9d46d93 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ shell: console: shell doc-dry: - @rebar3 hex docs --dry-run + @rebar3 hex build publish: @rebar3 hex publish