Merge branch 'master' of github.com:piroor/treestyletab
This commit is contained in:
commit
5eccd5a122
17
Makefile
Normal file
17
Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user