summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-19 22:09:40 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-19 22:09:40 +0100
commit04e3299f1115a4c2f17b2ed87ab2c54b24272b31 (patch)
treede9dec0f851fd8fbfb605f13fd9e9b3afe1138f7 /Makefile
parent84ee66b60d805556ce9f550636e888c3b189dc2e (diff)
downloadlow-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.tar.gz
low-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.zip
Add favicon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78f9724..2af8206 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 generate:
 	mkdir -p output
+	cp favicon.ico output
 	find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait
 	cp style.css print.css output/
 	zip -r kronika.zip output