Skip to content

Commit bf92403

Browse files
committed
Merge pull request #2 from contiv/client
keep generated code in repo
2 parents 16575f5 + 7d16ff3 commit bf92403

File tree

11 files changed

+5532
-11
lines changed

11 files changed

+5532
-11
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
.PHONY: all build
3+
4+
all: build
5+
6+
modelgen:
7+
@if [ -z "`which modelgen`" ]; then go get -v github.com/contiv/modelgen; fi
8+
9+
build: modelgen
10+
bash generate.sh
11+
go install ./ ./client/

0 commit comments

Comments
 (0)