Przeglądaj źródła

Removes unnecessary whitespaces from Makefile

master
hristoterezov 9 lat temu
rodzic
commit
21c2469dd6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz