1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Makefile.online: add redbot

This commit is contained in:
Rohan Kumar 2020-12-22 18:11:19 -08:00
parent 64496029ff
commit 34ba9e30cf
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -17,7 +17,9 @@ lighthouse:
mkdir -p $(CHROME_PROFILE) mkdir -p $(CHROME_PROFILE)
lighthouse $(URL) $(LIGHTHOUSE_ARGS) lighthouse $(URL) $(LIGHTHOUSE_ARGS)
rm -rf $(CHROME_PROFILE) rm -rf $(CHROME_PROFILE)
redbot:
redbot_cli -a $(URL)
all: lighthouse hint-online all: lighthouse hint-online
.PHONY: hint-online lighthouse all .PHONY: hint-online lighthouse redbot all