diff --git a/Makefile b/Makefile index cb6e7ec..e7733e2 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ less-checking: ./node_modules/.bin/lessc ./node_modules/less-plugin-clean-css @ echo "Verification des modules nodes lessc et less-plugin-clean-css" -install: ./package.json less-compilation +npm-install: @ npm install + +install: ./package.json npm-install less-compilation @ bower install \ No newline at end of file