add favicon

This commit is contained in:
Rhiannon Morris 2020-06-30 19:32:33 +02:00
parent 7299a57c89
commit dfc4b74cd3
3 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
FONTS = $(shell find fonts -type f)
CSS = style.css
PAGES = index.html
IMAGES = mlem.gif
IMAGES = mlem.gif icon.png
all: $(patsubst %,_build/%,$(FONTS) $(CSS) $(PAGES) $(IMAGES))