Create a Makefile for the extension
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 30 Jun 2012 20:20:50 +0000 (16:20 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 30 Jun 2012 20:20:50 +0000 (16:20 -0400)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..5d95f46
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+ZIP_FILES=manifest.json \
+         core.html \
+         core.css \
+         core.js \
+         options.js \
+         pbkdf2.js \
+         common.css \
+         icon19.png \
+         icon48.png \
+         icon128.png
+
+extension:
+       zip skeletonkey.zip ${ZIP_FILES}