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
|
all: xpi
|
||||||
|
|
||||||
xpi:
|
xpi: buildscript/makexpi.sh
|
||||||
cp buildscript/makexpi.sh ./
|
cp buildscript/makexpi.sh ./
|
||||||
rm chrome.manifest
|
rm chrome.manifest
|
||||||
cp jar-chrome.manifest chrome.manifest
|
cp jar-chrome.manifest chrome.manifest
|
||||||
./makexpi.sh -n $(PACKAGE_NAME)
|
./makexpi.sh -n $(PACKAGE_NAME)
|
||||||
rm ./makexpi.sh
|
rm ./makexpi.sh
|
||||||
|
|
||||||
omnixpi:
|
omnixpi: buildscript/makexpi.sh
|
||||||
cp buildscript/makexpi.sh ./
|
cp buildscript/makexpi.sh ./
|
||||||
rm chrome.manifest
|
rm chrome.manifest
|
||||||
cp omnixpi-chrome.manifest chrome.manifest
|
cp omnixpi-chrome.manifest chrome.manifest
|
||||||
./makexpi.sh -n $(PACKAGE_NAME)
|
./makexpi.sh -n $(PACKAGE_NAME)
|
||||||
rm ./makexpi.sh -o
|
rm ./makexpi.sh -o
|
||||||
|
|
||||||
|
buildscript/makexpi.sh:
|
||||||
|
git submodule update --init
|
||||||
|
Loading…
Reference in New Issue
Block a user