From 087e247b64380b0d7e0f8ae88aca83e7c7dc485b Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 1 Nov 2012 11:02:45 +0900 Subject: [PATCH] Add Makefile --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..7716a544 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +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