mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
1
Makefile
1
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
|
||||
|
||||
Reference in New Issue
Block a user