mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
added make clean-codecgen
This commit is contained in:
3
Makefile
3
Makefile
@@ -154,6 +154,9 @@ clean:
|
||||
$(SCOPE_EXE) $(RUNSVINIT) prog/static.go client/build/*.js docker/weave .pkg \
|
||||
$(CODECGEN_TARGETS) $(CODECGEN_DIR)/bin
|
||||
|
||||
clean-codecgen:
|
||||
rm -rf $(CODECGEN_TARGETS) $(CODECGEN_DIR)/bin
|
||||
|
||||
deps:
|
||||
$(GO) get -u -f -tags $(GO_BUILD_TAGS) \
|
||||
github.com/FiloSottile/gvt \
|
||||
|
||||
Reference in New Issue
Block a user