treestyletab/Makefile

18 lines
341 B
Makefile
Raw Normal View History

2012-10-31 22:02:45 -04:00
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