~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/Makefile

  • Committer: Yvon TANGUY
  • Date: 2014-01-23 12:08:35 UTC
  • Revision ID: vono@vono.zsh.jp-20140123120835-btzrqyhypbvf3nll
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
XPI=cookiekeeper-1.5.xpi
 
3
 
 
4
all: clean
 
5
        zip -x \*.svn\* -x "*svg" -9 -r $(XPI) *
 
6
        @sync
 
7
 
 
8
clean:
 
9
        rm -f $(XPI)
 
10