From d908ab1a55ae9557e541eea66b91d43853763fe1 Mon Sep 17 00:00:00 2001 From: Robert Krimen Date: Sun, 7 Oct 2012 19:02:14 -0700 Subject: [PATCH] Always rebuild otto/otto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 360828f..cc22a4c 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ fixme: ack -l FIXME *.go otto: - cd otto && go build + cd otto && go build -a run: go run -a ./otto/main.go ./otto.js