2012-11-01 11:02:45 +09:00
|
|
|
PACKAGE_NAME = treestyletab
|
|
|
|
|
|
|
|
all: xpi
|
|
|
|
|
2012-11-21 10:28:54 +09:00
|
|
|
xpi: buildscript/makexpi.sh
|
2012-11-01 11:02:45 +09:00
|
|
|
cp buildscript/makexpi.sh ./
|
2012-12-29 19:46:34 +09:00
|
|
|
./makexpi.sh -n $(PACKAGE_NAME) -o
|
2012-11-01 11:02:45 +09:00
|
|
|
rm ./makexpi.sh
|
|
|
|
|
2012-11-21 10:28:54 +09:00
|
|
|
buildscript/makexpi.sh:
|
|
|
|
git submodule update --init
|