Skip to content

Commit

Permalink
Merge pull request #1051 from anvithks/master
Browse files Browse the repository at this point in the history
Added multi cloud file service to the build
  • Loading branch information
kumarashit authored Jun 28, 2020
2 parents 229add6 + 63049e8 commit 55ac113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ dist: build
cp ../dataflow $(BUILD_TGT)/bin/ && \
cp ../datamover $(BUILD_TGT)/bin/ && \
cp ../block $(BUILD_TGT)/bin/ && \
cp ../file $(BUILD_TGT)/bin/ && \
cp $(BASE_DIR)/LICENSE $(BUILD_TGT) && \
zip -r $(DIST_DIR)/$(BUILD_TGT).zip $(BUILD_TGT) && \
tar zcvf $(DIST_DIR)/$(BUILD_TGT).tar.gz $(BUILD_TGT)
Expand Down

0 comments on commit 55ac113

Please sign in to comment.