From 21c2469dd6c9607ab149a7cee313807881d36e05 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Mon, 20 Jun 2016 13:23:00 -0500 Subject: [PATCH] Removes unnecessary whitespaces from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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