Skip to content

Commit 80e63b3

Browse files
author
Haiyan Meng
committed
Move generate code into a separate library
Signed-off-by: Haiyan Meng <[email protected]>
1 parent 1c9c098 commit 80e63b3

File tree

9 files changed

+1426
-855
lines changed

9 files changed

+1426
-855
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _testmain.go
2626

2727
# Compiled binaries
2828
oci
29-
ocitools
29+
/ocitools
3030
/runtimetest
3131

3232
*.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BUILDTAGS=
55
export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)
66

77
all:
8-
go build -tags "$(BUILDTAGS)" -o ocitools .
8+
go build -tags "$(BUILDTAGS)" -o ocitools ./cmd/ocitools
99
go build -tags "$(BUILDTAGS)" -o runtimetest ./cmd/runtimetest
1010

1111
.PHONY: man

0 commit comments

Comments
 (0)