File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 25
25
26
26
.PHONY : install-aws-codegen
27
27
install-aws-codegen :
28
- go install -ldflags " -X main.commit= $( commitSHA ) -X main.date= $( dateStr ) " ./ code-generation/cmd/aws-service-operator-codegen
28
+ ${MAKE} -C code-generation install
29
29
30
30
.PHONY : aws-codegen
31
31
aws-codegen :
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ dateStr := $(shell date +%s)
5
5
build :
6
6
go build -ldflags " -X main.commit=$( commitSHA) -X main.date=$( dateStr) " ./cmd/aws-service-operator-codegen
7
7
8
+ .PHONY : install
9
+ install : rebuild
10
+ go install -ldflags " -X main.commit=$( commitSHA) -X main.date=$( dateStr) " ./cmd/aws-service-operator-codegen
11
+
8
12
.PHONY : install-bindata
9
13
install-bindata :
10
14
go get -u github.com/jteeuwen/go-bindata/...
You can’t perform that action at this time.
0 commit comments