1
0
Fork 0

fix bug in makefile

This commit is contained in:
Rhiannon Morris 2020-07-03 20:13:03 +02:00
parent 8f6a3c77b6
commit e09e195d64
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $(BUILDDIR)/%: %
$(BUILDDIR)/%.gif: %_bg.gif
@echo $(notdir $@)
@mkdir -p $(dir $(BUILDDIR)/%* $(TMPDIR)/%*)
@mkdir -p $(dir $(BUILDDIR)/$* $(TMPDIR)/$*)
@gifsicle -U $*_bg.gif -o $(TMPDIR)/$*_bg_u.gif
@convert -transparent '#ff9bc7' $(TMPDIR)/$*_bg_u.gif $(TMPDIR)/$*_t.gif
@gifsicle --disposal=previous $(TMPDIR)/$*_t.gif -o $(BUILDDIR)/$*.gif