commit 50847e837524225a79c16475549a672f021d34e5 parent 8f0d69ce8420e6062a733fdc8b5e0d17b67ee76c Author: Ryan Wolf <rwolf@borderstylo.com> Date: Tue, 4 May 2010 00:57:39 -0700 a nice makefile for building the xpi Diffstat:
| A | .gitignore | | | 1 | + |
| A | makefile | | | 5 | +++++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +naggerstomper.xpi diff --git a/makefile b/makefile @@ -0,0 +1,5 @@ +package : + zip naggerstomper.xpi chrome/ chrome.manifest install.rdf + +clean : + rm naggerstomper.xpi