Skip to content

Commit

Permalink
Fixes modules collection in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aquilax committed Apr 7, 2022
1 parent f451588 commit d513e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TARGET=hranoprovod-cli
MDEXEC=mdexec
SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
DOC_TARGETS=${TARGET} docs/command-line.md docs/usage.md README.md docs/usage.cast
MODULES=$(shell ${GO} list -m)
MODULES=$(shell ${GO} list -m -f '{{.String}}/...')

.DEFAULT_GOAL: $(TARGET)

Expand Down

0 comments on commit d513e40

Please sign in to comment.