Add Makefile

This commit is contained in:
YUKI Hiroshi 2012-11-01 11:02:45 +09:00
parent af4fb9e426
commit 087e247b64

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