We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788d815 commit 2bbdc7cCopy full SHA for 2bbdc7c
Makefile
@@ -1,8 +1,8 @@
1
-private_isu_bench_lambda: main.go
+handler: main.go
2
GOOS=linux GOARCH=amd64 go build -o handler main.go
3
4
.PHONY: deploy_private_isu_bench_lambda
5
-deploy_private_isu_bench_lambda: private_isu_bench_lambda
+deploy_private_isu_bench_lambda: handler
6
MACKEREL_API_KEY='' \
7
MACKEREL_SERVICE_NAME='' \
8
SPREADSHEETID='' \
0 commit comments