Skip to content

Commit 2bbdc7c

Browse files
committed
fix target name
1 parent 788d815 commit 2bbdc7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
private_isu_bench_lambda: main.go
1+
handler: main.go
22
GOOS=linux GOARCH=amd64 go build -o handler main.go
33

44
.PHONY: deploy_private_isu_bench_lambda
5-
deploy_private_isu_bench_lambda: private_isu_bench_lambda
5+
deploy_private_isu_bench_lambda: handler
66
MACKEREL_API_KEY='' \
77
MACKEREL_SERVICE_NAME='' \
88
SPREADSHEETID='' \

0 commit comments

Comments
 (0)