summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-03-29 11:17:11 +0200
committerJose <jose@zeroc.com>2016-03-29 11:17:11 +0200
commit02917ac4d61935bed99c4499ef92f2e40b6035b5 (patch)
tree982a02d64eaab586bc24b64d43a65c7df7b0e7b6 /js
parentWindos MINGW missing shlwapi library (diff)
downloadice-02917ac4d61935bed99c4499ef92f2e40b6035b5.tar.bz2
ice-02917ac4d61935bed99c4499ef92f2e40b6035b5.tar.xz
ice-02917ac4d61935bed99c4499ef92f2e40b6035b5.zip
Install rules fixes
Diffstat (limited to 'js')
-rw-r--r--js/Makefile5
-rw-r--r--js/Makefile.mak3
2 files changed, 1 insertions, 7 deletions
diff --git a/js/Makefile b/js/Makefile
index 63c606450a3..356df4acb72 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -20,9 +20,6 @@ dist: npminstall
clean: npminstall
$(NPM) run gulp:clean
-install: npminstall
- $(NPM) run gulp:install
-
lint: npminstall
$(NPM) run gulp:lint
@@ -30,4 +27,4 @@ test:
@python ./allTests.py
npminstall:
- $(NPM) install \ No newline at end of file
+ $(NPM) install
diff --git a/js/Makefile.mak b/js/Makefile.mak
index 3b08e3a5087..1c76e0fccfa 100644
--- a/js/Makefile.mak
+++ b/js/Makefile.mak
@@ -20,9 +20,6 @@ dist: npminstall
clean: npminstall
$(NPM) run gulp:clean
-install:: npminstall
- $(NPM) run gulp:install
-
lint:: npminstall
$(NPM) run gulp:lint