Files
kaplus/Makefile
samuel 4f1d5442be
Some checks failed
Continuous Deployment / lint (push) Successful in 28s
Continuous Deployment / deploy-chrome (push) Successful in 31s
Continuous Deployment / deploy-firefox (push) Failing after 26s
Continuous deployment on Chrome
2025-11-13 01:17:56 +01:00

14 lines
326 B
Makefile

build:
web-ext build --overwrite-dest
lint:
web-ext lint
deploy_chrome:
chrome-webstore-upload
deploy_firefox:
web-ext sign --channel listed --amo-metadata metadata.json
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'