Skip to content

Commit

Permalink
build(Makefile): use mkdir -p to avoid the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan authored and dundee committed Jan 26, 2021
1 parent 973a252 commit 0f17d69
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 @@ -13,7 +13,7 @@ run:

build:
@echo "Version: " $(VERSION)
-mkdir dist
mkdir -p dist
GOFLAGS="$(GOFLAGS)" go build -ldflags=$(LDFLAGS) -o dist/$(NAME) .

build-all:
Expand Down

0 comments on commit 0f17d69

Please sign in to comment.