Mercurial > MadButterfly
diff examples/tank/Makefile @ 155:6749f6639924
Fix bug for STAILQ that fail to remove a node.
The previous one should be re-linked to next of removed one.
But, it is linked to the removed one. Fix it!
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 01 Oct 2008 14:46:08 +0800 |
parents | 3895d2224e67 |
children | 0299cdb004a1 |
line wrap: on
line diff
--- a/examples/tank/Makefile Tue Sep 30 02:44:06 2008 +0800 +++ b/examples/tank/Makefile Wed Oct 01 14:46:08 2008 +0800 @@ -1,5 +1,5 @@ SVGS = brick.svg bullet.svg bush.svg mud.svg rock.svg \ - tank1.svg tank2.svg tank_en.svg + tank1.svg tank2.svg tank_en.svg bang.svg SVGHS = $(SVGS:C/\.svg/.h/) SVGCS = $(SVGS:C/\.svg/.c/) SVGOS = $(SVGS:C/\.svg/.o/)