summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1933195035..6296f91738 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ cctest: all
@out/$(BUILDTYPE)/$@
v8:
- tools/make-v8.sh v8
+ tools/make-v8.sh
$(MAKE) -C deps/v8 $(V8_ARCH).$(BUILDTYPE_LOWER) $(V8_BUILD_OPTIONS)
test: all