From 759dae45529045a0dd979fa853312ff8e5738a23 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 17 Feb 2018 14:28:04 +0100 Subject: [PATCH] build: further fixups of ccd062e: remove ref to deleted sshbytestream subpkg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c53747f..6aec782 100644 --- a/Makefile +++ b/Makefile @@ -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))