aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3ab74fa0bb1db8cabacd12d6b835e4a129bddafa (plain) (blame)
1
2
3
4
5
6
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)