Mercurial > tinyurl_creator
view Makefile @ 1:bebb38edfc61
removed dangling spaces.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 11 Aug 2008 20:36:59 +0900 |
parents | c14d52a3b2fe |
children |
line wrap: on
line source
app=tinyurl vers=_2_0_0 all: cd chrome; zip -r $(app).jar content zip -r $(app)$(vers).xpi chrome/$(app).jar install.rdf clean: rm -f $(app)$(vers).xpi rm -f chrome/$(app).jar mostlyclean: clean find . -name "*~" -exec rm {} ';' find . -name "#*#" -exec rm {} ';'