1
0
Fork 0

print filenames better in makefile

This commit is contained in:
Rhiannon Morris 2020-07-02 20:06:51 +02:00
parent 88f1aea300
commit 64937f3912
1 changed files with 1 additions and 1 deletions

View File

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