We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09acd54 commit e772c23Copy full SHA for e772c23
Makefile
@@ -1,10 +1,8 @@
1
2
-AWS_PROFILE ?= java-json-benchmark
3
-
4
.PHONY: tar
5
tar:
6
tar czf app.tar.gz build.gradle settings.gradle src Makefile gradle gradlew run run-everything
7
8
.PHONY: packer
9
packer: tar
10
- AWS_PROFILE=$(AWS_PROFILE) packer build ami.json
+ packer build ami.json
0 commit comments