Skip to content

Commit cc6b676

Browse files
author
Mrunal Patel
authored
Merge pull request #131 from hmeng-19/130-libgen
Move generate code into a separate library
2 parents 1c9c098 + 80e63b3 commit cc6b676

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)