From 8491fbbd9501c983a55850db668ad58bb8823b0c Mon Sep 17 00:00:00 2001 From: yanas Date: Mon, 12 Sep 2016 23:29:26 -0500 Subject: [PATCH] Reverts change in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2119bf07..c53f325e9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ OUTPUT_DIR = . LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/ IFRAME_API_DIR = ./modules/API/external -all: 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) update