added make clean-codecgen

This commit is contained in:
Paul Bellamy
2016-03-18 10:49:35 +00:00
parent 3744f47561
commit cde2e1a826

View File

@@ -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 \