Merge branch 'master' of github.com:piroor/treestyletab

This commit is contained in:
Piro / YUKI Hiroshi 2012-11-08 20:07:56 +09:00
commit 5eccd5a122

17
Makefile Normal file
View File

@ -0,0 +1,17 @@
PACKAGE_NAME = treestyletab
all: xpi
xpi:
cp buildscript/makexpi.sh ./
rm chrome.manifest
cp jar-chrome.manifest chrome.manifest
./makexpi.sh -n $(PACKAGE_NAME)
rm ./makexpi.sh
omnixpi:
cp buildscript/makexpi.sh ./
rm chrome.manifest
cp omnixpi-chrome.manifest chrome.manifest
./makexpi.sh -n $(PACKAGE_NAME)
rm ./makexpi.sh -o