From 696aa45196378df69820bcb4fe5cf84187c1f8fb Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Thu, 20 Sep 2012 22:20:21 -0500 Subject: [PATCH] run-amazon-d target --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d885ac5..6c79fac0 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,12 @@ clean: run: node_modules optional_d_support ./node_modules/.bin/supervisor ./app.js -run-amazon: node_modules optional_d_support +c-preload: $(MAKE) -C c-preload + +run-amazon: node_modules optional_d_support c-preload ./node_modules/.bin/supervisor -- ./app.js --env amazon + +run-amazon-d: node_modules optional_d_support c-preload + ./node_modules/.bin/supervisor -- ./app.js --env amazon-d +