Skip to content

Commit

Permalink
remove unnecessary files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-wada-yusuke committed Mar 23, 2018
1 parent 3b0a540 commit 79b7bdf
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 @@ -42,6 +42,7 @@ clean:
dist:
@pip install -r requirements.txt -t deploy
@cp -R src deploy
@find deploy -name \*.pyc -o -name \*.pyo -o -name __pycache__ --delete
@cd deploy && \
zip -r $(GIT_COMMIT).zip *

Expand Down

0 comments on commit 79b7bdf

Please sign in to comment.