Skip to content

Commit

Permalink
Merge pull request #33 from choptastic/master
Browse files Browse the repository at this point in the history
Fix typo in Makefile preventing `make test`
  • Loading branch information
mworrell authored Sep 26, 2022
2 parents d98cce2 + 8a85565 commit b38383d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REBAR := $(shell which rebar3 2>/dev/null || echo ./rebar3)
REBAR_URL := https://s3.amazonaws.com/rebar3/rebar3

.PHONY: clean compile tests
.PHONY: clean compile test

all: compile

Expand Down Expand Up @@ -37,4 +37,4 @@ edoc_private: $(REBAR)
$(REBAR) as edoc_private edoc

exdoc: $(REBAR)
$(REBAR) ex_doc --logo doc/img/logo.png --output edoc
$(REBAR) ex_doc --logo doc/img/logo.png --output edoc

0 comments on commit b38383d

Please sign in to comment.