aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-02-24 04:46:48 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-02-24 04:46:48 +0100
commit15f74785afdfc4044a03d5bdf35221b60402b966 (patch)
treefc5d6faa6d4d330d07ce5250d2021dfc52c1832a
parentd8f306975aa980f49433ddf54103913991343e51 (diff)
downloadhttptool-15f74785afdfc4044a03d5bdf35221b60402b966.tar.gz
httptool-15f74785afdfc4044a03d5bdf35221b60402b966.tar.bz2
httptool-15f74785afdfc4044a03d5bdf35221b60402b966.tar.lz
httptool-15f74785afdfc4044a03d5bdf35221b60402b966.zip

feat: build rel addon script

-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f28fd57..ae92de1 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,10 @@ deepclean: clean
bootstrap:
./bootstrap
+build-release-addon:
+ contrib/ensure-reproducible-builds.sh
+ $(MAKE) mozaddons
+
build:
pnpm build