New manifest for kyberia mail notifier and Makefile to pack extensions
[mirrors/Programs.git] / plugins / chrome-extensions / Makefile
1 all: clean
2 for i in *; do [ -d "$$i" ] && zip -r "$$i".zip "$$i" || true; done
3
4 clean:
5 rm *.zip || true
This page took 0.227478 seconds and 4 git commands to generate.