Mercurial > MadButterfly
diff examples/svg2code_ex/Makefile @ 91:a0d1ecdaa6a5
clean *.core in makefile.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 23 Aug 2008 22:26:46 +0800 |
parents | 3645e29e4986 |
children | 565b55508c8d |
line wrap: on
line diff
--- a/examples/svg2code_ex/Makefile Sat Aug 23 22:23:44 2008 +0800 +++ b/examples/svg2code_ex/Makefile Sat Aug 23 22:26:46 2008 +0800 @@ -27,7 +27,7 @@ m4 -I $(TOOLSDIR) mb_c_header.m4 $(.ALLSRC) > $@ clean: - for i in *.mb *.o *~ $(SVG:C/.svg/.c/) $(SVG:C/.svg/.h/) $(BINS); do \ + for i in *.mb *.o *.core *~ $(SVG:C/.svg/.c/) $(SVG:C/.svg/.h/) $(BINS); do \ if [ -e "$$i" ]; then \ echo "delete $$i"; \ rm -f "$$i"; \