summaryrefslogtreecommitdiff
path: root/vendor/github.com/varlink/go/Makefile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-04-25 10:54:24 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-04-25 16:21:27 +0000
commit22011b428c16a8f80b8bfc3292467e34fb2d305a (patch)
treed5c6f4d137d1176a33401954473c8e82ce7985f6 /vendor/github.com/varlink/go/Makefile
parentbef93de431b4195eeea42d75be88a43b80f3aac7 (diff)
downloadpodman-22011b428c16a8f80b8bfc3292467e34fb2d305a.tar.gz
podman-22011b428c16a8f80b8bfc3292467e34fb2d305a.tar.bz2
podman-22011b428c16a8f80b8bfc3292467e34fb2d305a.zip
Updated varlink vendored code
Signed-off-by: baude <bbaude@redhat.com> Closes: #670 Approved by: mheon
Diffstat (limited to 'vendor/github.com/varlink/go/Makefile')
-rw-r--r--vendor/github.com/varlink/go/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/github.com/varlink/go/Makefile b/vendor/github.com/varlink/go/Makefile
deleted file mode 100644
index 3f1c0e6d6..000000000
--- a/vendor/github.com/varlink/go/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- go test -v ./...
-.PHONY: all