Removes unnecessary whitespaces from Makefile
This commit is contained in:
parent
02f176c75a
commit
21c2469dd6
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ OUTPUT_DIR = .
|
||||||
LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
|
LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
|
||||||
IFRAME_API_DIR = ./modules/API/external
|
IFRAME_API_DIR = ./modules/API/external
|
||||||
|
|
||||||
all: update-deps compile compile-iframe-api uglify uglify-iframe-api deploy clean
|
all: update-deps compile compile-iframe-api uglify uglify-iframe-api deploy clean
|
||||||
|
|
||||||
update-deps:
|
update-deps:
|
||||||
$(NPM) install
|
$(NPM) install
|
||||||
|
|
Loading…
Reference in New Issue