postify/Makefile
2021-03-30 16:01:30 +03:00

7 lines
125 B
Makefile

build-xpi:
rm -f postify.xpi
zip -r -FS ./postify.xpi * \
--exclude '*.git*' \
--exclude '*.php' \
--exclude '*.xpi'