diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-21 20:53:24 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-21 20:53:24 +0200 |
commit | 98cd5a598611642a9cb5c3c0fd378cb803f7ec0f (patch) | |
tree | 32c4a18ae3899a86486ecf373cd2e34a04078dc0 /Makefile | |
parent | 83181a5488d70b5b9e62346eed3243334c02f91f (diff) | |
download | theos-website-98cd5a598611642a9cb5c3c0fd378cb803f7ec0f.tar.xz |
add glider as favicon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CSS := style.css WELLKNOWN := $(addprefix .well-known/, keybase.txt) FILES := $(HTML) $(CSS) robots.txt sitemap.xml sitemap1.xml \ - $(WELLKNOWN) + $(WELLKNOWN) glider.png site: build/.well-known/ $(addprefix build/, $(FILES)) |