diff options
author | Jose <jose@zeroc.com> | 2016-03-29 11:17:11 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-29 11:17:11 +0200 |
commit | 02917ac4d61935bed99c4499ef92f2e40b6035b5 (patch) | |
tree | 982a02d64eaab586bc24b64d43a65c7df7b0e7b6 /js | |
parent | Windos MINGW missing shlwapi library (diff) | |
download | ice-02917ac4d61935bed99c4499ef92f2e40b6035b5.tar.bz2 ice-02917ac4d61935bed99c4499ef92f2e40b6035b5.tar.xz ice-02917ac4d61935bed99c4499ef92f2e40b6035b5.zip |
Install rules fixes
Diffstat (limited to 'js')
-rw-r--r-- | js/Makefile | 5 | ||||
-rw-r--r-- | js/Makefile.mak | 3 |
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 |