From a9e1cfc3c94879480862d3ef764f4fd7fed57d4a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 14 May 2013 02:10:40 +0200 Subject: Add OpenwebApps packaged app parafernalia --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3ab74fa --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +FILES=icon-128.png importAddrBook.js importLDIF.appcache index.html \ + libs/parseLDIF.js manifest.webapp + +all: importAddrBook.zip + +importAddrBook.zip: $(FILES) + zip -9vT $@ $(FILES) -- cgit