瀏覽代碼

Cleans libs folder before create it and deploy to it.

master
damencho 7 年之前
父節點
當前提交
31dec2cf99
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Makefile

+ 1
- 0
Makefile 查看文件

@@ -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…
取消
儲存