Selaa lähdekoodia

chore(build): fix duplicated Makefile targets

Zaiming Shi 5 vuotta sitten
vanhempi
commit
9fc482e0e5
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0 8
      Makefile

+ 0 - 8
Makefile

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