We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411efa0 commit 923c8e8Copy full SHA for 923c8e8
Makefile
@@ -23,13 +23,13 @@ EXE=$(shell $(GO) env GOEXE)
23
24
build:
25
$(GO) fmt ./...
26
- $(SET) "CGO_ENABLED=0" && $(GO) build -C "$(CURDIR)/cmd/sqlbless" -o "$(CURDIR)" $(GOOPT)
+ $(SET) "CGO_ENABLED=0" && $(GO) build $(GOOPT) "./cmd/sqlbless"
27
28
test:
29
$(GO) test -v ./...
30
31
_dist:
32
33
zip -9 $(NAME)-$(VERSION)-$(GOOS)-$(GOARCH).zip $(NAME)$(EXE)
34
35
dist:
0 commit comments