Mercurial > tinyurl_creator
comparison Makefile @ 0:c14d52a3b2fe
initial import
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 11 Aug 2008 20:34:21 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c14d52a3b2fe |
---|---|
1 app=tinyurl | |
2 vers=_2_0_0 | |
3 | |
4 all: | |
5 cd chrome; zip -r $(app).jar content | |
6 zip -r $(app)$(vers).xpi chrome/$(app).jar install.rdf | |
7 | |
8 clean: | |
9 rm -f $(app)$(vers).xpi | |
10 rm -f chrome/$(app).jar | |
11 | |
12 mostlyclean: clean | |
13 find . -name "*~" -exec rm {} ';' | |
14 find . -name "#*#" -exec rm {} ';' |