Skip to content

Commit

Permalink
fixed make target build
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jun 30, 2021
1 parent 195db0a commit 3db91d1
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 @@ -21,7 +21,7 @@ build:
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -o $(EXECUTABLE) \
-mod=vendor \
-ldflags "-X main.Version=$(VERSION)-$(shell git rev-parse HEAD)"\
./cmd/dns
./cmd/compound

.PHONY: build-local
build-local:
Expand Down

0 comments on commit 3db91d1

Please sign in to comment.