Skip to content

Commit 42ae7a0

Browse files
committed
update makefile
1 parent 5539208 commit 42ae7a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aws/logs_monitoring_go/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ lint:
2222
.PHONY: audit
2323
audit:
2424
go vet ./...
25-
go tool staticcheck ./...
2625
go tool govulncheck
2726

2827
.PHONY: generate
@@ -35,8 +34,9 @@ clean:
3534

3635
# SAM
3736

38-
.PHONY: build-forwarder-function
39-
build-forwarder-function:
37+
# Used only by SAM
38+
.PHONY: build-ForwarderFunction
39+
build-ForwarderFunction:
4040
GOOS=linux GOARCH=arm64 go build -ldflags="-s" -installsuffix nocgo -o $(ARTIFACTS_DIR)/bootstrap ./cmd/forwarder/
4141

4242
.PHONY: sam-build

0 commit comments

Comments
 (0)