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