Skip to content

Commit 7d16ff3

Browse files
committed
keep generated code in repo
1 parent 16575f5 commit 7d16ff3

11 files changed

+5532
-11
lines changed

Makefile

+11
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)