fix dependencies
This commit is contained in:
parent
a174bcaa72
commit
a9eabe4d43
6
Makefile
6
Makefile
@ -3,12 +3,14 @@ rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst
|
|||||||
|
|
||||||
default: ${GOPATH}/bin/hwtd ${GOPATH}/bin/hwtc
|
default: ${GOPATH}/bin/hwtd ${GOPATH}/bin/hwtc
|
||||||
|
|
||||||
${GOPATH}/bin/hwtd: $(call rwildcard,,*.go)
|
${GOPATH}/bin/hwtd: $(call rwildcard,,*.go) hwt.go
|
||||||
go install -v mcquay.me/hwt/cmd/hwtd
|
go install -v mcquay.me/hwt/cmd/hwtd
|
||||||
|
|
||||||
${GOPATH}/bin/hwtc: $(call rwildcard,,*.go)
|
${GOPATH}/bin/hwtc: $(call rwildcard,,*.go) hwt.go
|
||||||
go install -v mcquay.me/hwt/cmd/hwtc
|
go install -v mcquay.me/hwt/cmd/hwtc
|
||||||
|
|
||||||
|
hwt.go: service.twirp.go service.pb.go
|
||||||
|
|
||||||
service.twirp.go: service.proto
|
service.twirp.go: service.proto
|
||||||
protoc --proto_path=${GOPATH}/src:. --twirp_out=. --go_out=. ./service.proto
|
protoc --proto_path=${GOPATH}/src:. --twirp_out=. --go_out=. ./service.proto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user