commit 37f7373e1686fc4b99909ef10790d25e9e013c85 parent 7d3e2577d06e02c480c81bfba2943048ce0f406f Author: Ryan Wolf <rwolf@borderstylo.com> Date: Tue, 4 May 2010 10:35:04 -0700 make clean now doesn't barf there's no xpi Diffstat:
| M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -2,4 +2,4 @@ package : zip -r updatemuffler.xpi chrome/ defaults/ chrome.manifest install.rdf clean : - rm updatemuffler.xpi + rm -f updatemuffler.xpi