From a4b2a8e5df0efaebe1cb549cf2e0dd482b14d336 Mon Sep 17 00:00:00 2001 From: einaros Date: Sun, 1 Jan 2012 15:32:26 +0100 Subject: [PATCH] makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29800ccc8..9eff41563 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ autobahn: autobahn-server: @NODE_PATH=lib node test/autobahn-server.js -.PHONY: all +.PHONY: test