From 107c5288cb19178d74481f5ab7d3c68e094bd46f Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Fri, 9 Dec 2016 06:42:16 -0600 Subject: [PATCH] Whoops; recursion in npm test --- Makefile | 1 - 1 file changed, 1 deletion(-) 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