diff --git a/Makefile b/Makefile index d32d1fae..05e41eb1 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,6 @@ node_modules: $(NODE_MODULES) bower_modules: $(BOWER_MODULES) test: $(NODE_MODULES) lint - $(NPM) test $(MAKE) -C c-preload test @echo Tests pass