treestyletab/Makefile

12 lines
204 B
Makefile
Raw Normal View History

2012-10-31 22:02:45 -04:00
PACKAGE_NAME = treestyletab
all: xpi
2012-11-20 20:28:54 -05:00
xpi: buildscript/makexpi.sh
2012-10-31 22:02:45 -04:00
cp buildscript/makexpi.sh ./
2012-12-29 05:46:34 -05:00
./makexpi.sh -n $(PACKAGE_NAME) -o
2012-10-31 22:02:45 -04:00
rm ./makexpi.sh
2012-11-20 20:28:54 -05:00
buildscript/makexpi.sh:
git submodule update --init