Skip to content

Commit

Permalink
Merge pull request #131 from hmeng-19/130-libgen
Browse files Browse the repository at this point in the history
Move generate code into a separate library
  • Loading branch information
Mrunal Patel authored Jul 18, 2016
2 parents 1c9c098 + 80e63b3 commit cc6b676
Show file tree
Hide file tree
Showing 9 changed files with 1,426 additions and 855 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _testmain.go

# Compiled binaries
oci
ocitools
/ocitools
/runtimetest

*.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILDTAGS=
export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)

all:
go build -tags "$(BUILDTAGS)" -o ocitools .
go build -tags "$(BUILDTAGS)" -o ocitools ./cmd/ocitools
go build -tags "$(BUILDTAGS)" -o runtimetest ./cmd/runtimetest

.PHONY: man
Expand Down
Loading

0 comments on commit cc6b676

Please sign in to comment.