diff --git a/Makefile b/Makefile index f0cb09367..393f72703 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OUTPUT_DIR = . LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/ 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: $(NPM) install