From 9411a131fc1e4b52d41aad48c9d58e28c06d34d2 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Wed, 27 Feb 2019 15:28:11 +0100 Subject: [PATCH] Spell eunit the right way. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd94da3..6153766 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ dialyzer: local distclean: clean @rm -rf _build/ -euint: local +eunit: local @$(REBAR) as local eunit test: local