diff options
Diffstat (limited to 'mailstats/Makefile')
| -rw-r--r-- | mailstats/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mailstats/Makefile b/mailstats/Makefile index b4137b7c451b5..526cd161efd1d 100644 --- a/mailstats/Makefile +++ b/mailstats/Makefile @@ -8,6 +8,8 @@ all: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ clean: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ +check: FRC + $(SHELL) $(BUILD) $(OPTIONS) $@ install: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ |
