Skip to content

Commit

Permalink
keep generated code in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaleman committed Jan 18, 2016
1 parent 16575f5 commit 7d16ff3
Show file tree
Hide file tree
Showing 11 changed files with 5,532 additions and 11 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

.PHONY: all build

all: build

modelgen:
@if [ -z "`which modelgen`" ]; then go get -v github.com/contiv/modelgen; fi

build: modelgen
bash generate.sh
go install ./ ./client/
Loading

0 comments on commit 7d16ff3

Please sign in to comment.