Index: Makefile |
diff --git a/Makefile b/Makefile |
index 3008779bb34ecbd2b2080ac30021b40ddcc0d6e0..618bbef1d063956f2fcbc38535acc7778f5eb0e6 100644 |
--- a/Makefile |
+++ b/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) |