Cleans libs folder before create it and deploy to it.

This commit is contained in:
damencho 2018-04-16 17:00:57 -05:00 committed by Любомир Маринов
parent 54b6db02d8
commit 31dec2cf99
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ clean:
deploy: deploy-init deploy-appbundle deploy-lib-jitsi-meet deploy-css deploy-local
deploy-init:
rm -fr $(DEPLOY_DIR)
mkdir -p $(DEPLOY_DIR)
deploy-appbundle: