mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Makefile.online: add redbot
This commit is contained in:
parent
64496029ff
commit
34ba9e30cf
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue