From 34ba9e30cfb78a7fa0306a557e43948d793313f0 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 22 Dec 2020 18:11:19 -0800 Subject: [PATCH] Makefile.online: add redbot --- Makefile.online | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.online b/Makefile.online index df89498..b4300de 100644 --- a/Makefile.online +++ b/Makefile.online @@ -17,7 +17,9 @@ lighthouse: mkdir -p $(CHROME_PROFILE) lighthouse $(URL) $(LIGHTHOUSE_ARGS) rm -rf $(CHROME_PROFILE) +redbot: + redbot_cli -a $(URL) all: lighthouse hint-online -.PHONY: hint-online lighthouse all +.PHONY: hint-online lighthouse redbot all