aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-14 02:10:40 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-18 20:57:39 +0200
commita9e1cfc3c94879480862d3ef764f4fd7fed57d4a (patch)
tree550cb7fdaf2abf897668d2718eecd0d257370d8c /Makefile
parentf395dfeb002d0840b5e92d23158801d15d632d9e (diff)
downloadimportLDIF-a9e1cfc3c94879480862d3ef764f4fd7fed57d4a.tar.gz
Add OpenwebApps packaged app parafernalia
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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)