Skip to content

Commit

Permalink
Makefile: Add specific xref target instead of running it during compi…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
badlop committed May 23, 2024
1 parent e002785 commit 0dccb75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ all: src

src:
$(REBAR) compile
$(REBAR) xref

clean:
$(REBAR) clean

xref: all
$(REBAR) xref

.PHONY: clean src

0 comments on commit 0dccb75

Please sign in to comment.