diff options
Diffstat (limited to 'deps/v8/Makefile')
-rw-r--r-- | deps/v8/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/v8/Makefile b/deps/v8/Makefile index 3008779bb3..618bbef1d0 100644 --- a/deps/v8/Makefile +++ b/deps/v8/Makefile @@ -98,8 +98,9 @@ CHECKS = $(addsuffix .check,$(BUILDS)) # File where previously used GYPFLAGS are stored. ENVFILE = $(OUTDIR)/environment -.PHONY: all clean $(ENVFILE).new \ - $(ARCHES) $(MODES) $(BUILDS) $(addsuffix .clean,$(ARCHES)) +.PHONY: all check clean $(ENVFILE).new \ + $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \ + $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) # Target definitions. "all" is the default. all: $(MODES) |