ソースを参照

Removes unnecessary whitespaces from Makefile

j8
hristoterezov 9年前
コミット
21c2469dd6
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile ファイルの表示

@@ -10,7 +10,7 @@ OUTPUT_DIR = .
10 10
 LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
11 11
 IFRAME_API_DIR = ./modules/API/external
12 12
 
13
-all: update-deps compile compile-iframe-api uglify  uglify-iframe-api deploy clean
13
+all: update-deps compile compile-iframe-api uglify uglify-iframe-api deploy clean
14 14
 
15 15
 update-deps:
16 16
 	$(NPM) install

読み込み中…
キャンセル
保存