Reverts change in makefile

This commit is contained in:
yanas 2016-09-12 23:29:26 -05:00
parent c6ec96aca5
commit 8491fbbd95
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,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: 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) update $(NPM) update