Skip to content

Commit

Permalink
Fix build rule in makefile (ortuman#108)
Browse files Browse the repository at this point in the history
SamWhited authored Apr 14, 2020
1 parent c0b9bd6 commit 7313d74
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
@@ -14,7 +14,7 @@ fmt: install-tools

build:
@echo "Building binary..."
@export go build -ldflags="-s -w"
@go build -ldflags="-s -w"

test:
@echo "Running tests..."

0 comments on commit 7313d74

Please sign in to comment.