build: further fixups of ccd062e: remove ref to deleted sshbytestream subpkg

This commit is contained in:
Christian Schwarz 2018-02-17 14:28:04 +01:00
parent f3d3a7f5f8
commit 759dae4552

View File

@ -2,7 +2,7 @@
.DEFAULT_GOAL := build
ROOT := github.com/zrepl/zrepl
SUBPKGS := cmd logger rpc sshbytestream util
SUBPKGS := cmd logger rpc util
_TESTPKGS := $(ROOT) $(foreach p,$(SUBPKGS),$(ROOT)/$(p))