chore(build): fix duplicated Makefile targets

This commit is contained in:
Zaiming Shi 2020-12-10 23:53:03 +01:00
parent b8a29685db
commit e1bbfa221c
1 changed files with 0 additions and 8 deletions

View File

@ -19,14 +19,6 @@ ensure-rebar3:
$(REBAR): ensure-rebar3
.PHONY: xref
xref: $(REBAR)
$(REBAR) xref
.PHONY: dialyzer
dialyzer: $(REBAR)
$(REBAR) dialyzer
.PHONY: distclean
distclean:
@rm -rf _build