Browse Source

refactor(xref): Add xref Makefile target

Zaiming Shi 5 years atrás
parent
commit
377f01e038
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -66,5 +66,9 @@ else
 endif
 	$(REBAR) as $(@:deps-%=%) get-deps
 
+.PHONY: xref
+xref:
+	$(REBAR) as test xref
+
 include packages.mk
 include docker.mk