From 5a6a6dfd5825b6dd758ed8275f5b3a2618c2e757 Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Wed, 27 Dec 2017 16:34:00 +0000 Subject: [PATCH] remove from cruft from Makefile This was left over from #1345. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7663d08621..137612741c 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,6 @@ $(RUNSVINIT): vendor/runsvinit/*.go $(SCOPE_EXE): $(shell find ./ -path ./vendor -prune -o -type f -name '*.go') prog/staticui/staticui.go prog/externalui/externalui.go $(CODECGEN_TARGETS) report/report.codecgen.go: $(call GET_CODECGEN_DEPS,report/) -render/render.codecgen.go: $(call GET_CODECGEN_DEPS,render/) render/detailed/detailed.codecgen.go: $(call GET_CODECGEN_DEPS,render/detailed/) static: prog/staticui/staticui.go prog/externalui/externalui.go prog/staticui/staticui.go: client/build/index.html