Skip to content

Commit 072674c

Browse files
committed
chore: fix Makefile target definition
1 parent c3102dc commit 072674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ xref:
1919

2020
.PHONY: eunit
2121
eunit: compile
22-
$(REBAR) eunit verbose=truen
22+
$(REBAR) eunit --verbose
2323

2424
.PHONY: ct
2525
ct: compile

0 commit comments

Comments
 (0)