First
This commit is contained in:
commit
cd605e3d06
6 changed files with 282 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
mlem.gif: mlem_bg.gif
|
||||
gifsicle -U mlem_bg.gif -o mlem_bg_u.gif
|
||||
convert -transparent '#ff9bc7' mlem_bg_u.gif mlem_t.gif
|
||||
gifsicle --disposal=previous mlem_t.gif -o mlem.gif
|
||||
|
||||
clean:
|
||||
$(RM) mlem_bg_u.gif mlem_t.gif mlem.gif
|
||||
|
||||
.PHONY: clean
|
Loading…
Add table
Add a link
Reference in a new issue