Browse Source

Cleans libs folder before create it and deploy to it.

master
damencho 7 years ago
parent
commit
31dec2cf99
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile

+ 1
- 0
Makefile View File

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

Loading…
Cancel
Save