diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ deepclean: clean bootstrap: ./bootstrap +build-release-addon: + contrib/ensure-reproducible-builds.sh + $(MAKE) mozaddons + build: pnpm build |
| index : evaltool.git | ||
| Devtool for prototyping micro-extensions - A small wrapper around background.ts | memdmp |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Makefile | 4 |
@@ -19,6 +19,10 @@ deepclean: clean bootstrap: ./bootstrap +build-release-addon: + contrib/ensure-reproducible-builds.sh + $(MAKE) mozaddons + build: pnpm build |