From e3590d2589b032924af298fdb2d96d3961b4b3da Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 30 Jun 2012 16:20:50 -0400 Subject: [PATCH] Create a Makefile for the extension --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 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} -- 2.22.5