fix bug in makefile
This commit is contained in:
parent
8f6a3c77b6
commit
e09e195d64
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ $(BUILDDIR)/%: %
|
||||||
|
|
||||||
$(BUILDDIR)/%.gif: %_bg.gif
|
$(BUILDDIR)/%.gif: %_bg.gif
|
||||||
@echo $(notdir $@)
|
@echo $(notdir $@)
|
||||||
@mkdir -p $(dir $(BUILDDIR)/%* $(TMPDIR)/%*)
|
@mkdir -p $(dir $(BUILDDIR)/$* $(TMPDIR)/$*)
|
||||||
@gifsicle -U $*_bg.gif -o $(TMPDIR)/$*_bg_u.gif
|
@gifsicle -U $*_bg.gif -o $(TMPDIR)/$*_bg_u.gif
|
||||||
@convert -transparent '#ff9bc7' $(TMPDIR)/$*_bg_u.gif $(TMPDIR)/$*_t.gif
|
@convert -transparent '#ff9bc7' $(TMPDIR)/$*_bg_u.gif $(TMPDIR)/$*_t.gif
|
||||||
@gifsicle --disposal=previous $(TMPDIR)/$*_t.gif -o $(BUILDDIR)/$*.gif
|
@gifsicle --disposal=previous $(TMPDIR)/$*_t.gif -o $(BUILDDIR)/$*.gif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue