added make clean-codecgen

This commit is contained in:
Paul Bellamy
2016-03-29 14:00:11 +01:00
parent 3744f47561
commit cde2e1a826
+3
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 \