add new Makefile
This commit is contained in:
parent
a1001d510f
commit
f77f62e5c5
7
Makefile
7
Makefile
@ -2,16 +2,19 @@ PACKAGE_NAME = treestyletab
|
||||
|
||||
all: xpi
|
||||
|
||||
xpi:
|
||||
xpi: buildscript/makexpi.sh
|
||||
cp buildscript/makexpi.sh ./
|
||||
rm chrome.manifest
|
||||
cp jar-chrome.manifest chrome.manifest
|
||||
./makexpi.sh -n $(PACKAGE_NAME)
|
||||
rm ./makexpi.sh
|
||||
|
||||
omnixpi:
|
||||
omnixpi: buildscript/makexpi.sh
|
||||
cp buildscript/makexpi.sh ./
|
||||
rm chrome.manifest
|
||||
cp omnixpi-chrome.manifest chrome.manifest
|
||||
./makexpi.sh -n $(PACKAGE_NAME)
|
||||
rm ./makexpi.sh -o
|
||||
|
||||
buildscript/makexpi.sh:
|
||||
git submodule update --init
|
||||
|
Loading…
Reference in New Issue
Block a user