Files
kaplus/Makefile
samuel f7cb4da37c
Some checks failed
Continuous Deployment / lint (push) Successful in 1m26s
Continuous Deployment / deploy (push) Failing after 15s
Setup continuous deployment
2025-11-11 13:48:48 +01:00

11 lines
278 B
Makefile

build:
web-ext build --overwrite-dest
lint:
web-ext lint
deploy:
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}'