diff options
author | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2020-11-25 14:15:10 -0500 |
---|---|---|
committer | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2020-11-25 14:15:10 -0500 |
commit | af058e6d09d1dded31aa999451f22bd26b272f29 (patch) | |
tree | 203a87a9f81cbc4e0322f71da50693c8a183afe5 /Makefile | |
parent | 10765cbb898c33831313fab6d05b503bdb464607 (diff) | |
download | loh-website-af058e6d09d1dded31aa999451f22bd26b272f29.tar.gz |
Removed favicon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -6,10 +6,7 @@ RSS_XML=$(RSS:%.rss=%.xml) .PHONY: clean .PHONY: all -all: $(HTML) $(RSS_XML) site/favicon.ico - -site/favicon.ico: site/icon.svg - convert $^ -resize 128x128 $@ +all: $(HTML) $(RSS_XML) %.html: %.md header.html footer.html cp header.html $@ @@ -30,5 +27,4 @@ site/favicon.ico: site/icon.svg clean: rm -f ${HTML} rm -f ${RSS_XML} - rm -f site/favicon.ico |