From 6badbdc6c2c9a090a5ae07e6800c9064c7641f68 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Fri, 18 Apr 2014 22:36:06 -0500 Subject: [PATCH] Preload makefile fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8b3d309..5f294e6b 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ clean: .PHONY: clean run test run-amazon -run: node_modules optional_d_support +run: node_modules optional_d_support c-preload ./node_modules/.bin/supervisor ./app.js c-preload: