Skip to content

Commit

Permalink
Move generate code into a separate library
Browse files Browse the repository at this point in the history
Signed-off-by: Haiyan Meng <hmeng@redhat.com>
  • Loading branch information
Haiyan Meng committed Jul 18, 2016
1 parent 1c9c098 commit 80e63b3
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 80e63b3

Please sign in to comment.