From a544484f1a25cefad9299ba80054d4b2906bfe87 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Tue, 22 Feb 2011 17:28:41 +0100 Subject: [PATCH] Fixed problem with erlang_js make where it wouldn't make --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 14f07de..d40790a 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ compile: mkdir -p $(BEAMDIR) ; $(ERLC) $(ERLCFLAGS) $(BEAMDIR) $(SRCDIR)/*.erl ; -erlang_js: - $(MAKE) -C erlang_js/ ; +erlang_js: force_look + cd erlang_js ; $(MAKE) $(MFLAGS); test: echo "==> test $(MOD)" ; @@ -40,4 +40,5 @@ run: -pa src \ -s start_ggs - \ No newline at end of file +force_look: + true \ No newline at end of file