`make node-modules' will always check for missing modules
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Feb 2014 18:55:39 +0000 (19:55 +0100)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Feb 2014 18:55:39 +0000 (19:55 +0100)
test/Makefile

index a6c0865..bf0f561 100644 (file)
@@ -53,8 +53,7 @@ jsbeautifier jsb indent:
          jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \
        done
 
-node-modules: node_modules
-node_modules:
+node_modules node-modules:
        npm install ${NPM_INSTALL_FLAGS}
 
 help: