Skip to content

Commit e772c23

Browse files
committed
Update Makefile
1 parent 09acd54 commit e772c23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11

2-
AWS_PROFILE ?= java-json-benchmark
3-
42
.PHONY: tar
53
tar:
64
tar czf app.tar.gz build.gradle settings.gradle src Makefile gradle gradlew run run-everything
75

86
.PHONY: packer
97
packer: tar
10-
AWS_PROFILE=$(AWS_PROFILE) packer build ami.json
8+
packer build ami.json

0 commit comments

Comments
 (0)