From e03516a18265f5e5a484403174fe6a3e065b182e Mon Sep 17 00:00:00 2001 From: brianc Date: Sat, 5 Mar 2011 15:51:47 +0000 Subject: [PATCH] makefile a bit more 'makey' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0d626f8..2a44d259 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ test-all: test-unit test-integration bench: @find benchmark -name "*-bench.js" | $(node-command) -build: +build/default/binding.node: src/binding.cc @node-waf configure build test-unit: @@ -29,7 +29,7 @@ test-unit: test-connection: @node script/test-connection.js $(params) -test-native: build +test-native: build/default/binding.node @find test/native -name "*-tests.js" | $(node-command) test-integration: test-connection