diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 22:09:40 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 22:09:40 +0100 |
commit | 04e3299f1115a4c2f17b2ed87ab2c54b24272b31 (patch) | |
tree | de9dec0f851fd8fbfb605f13fd9e9b3afe1138f7 /Makefile | |
parent | 84ee66b60d805556ce9f550636e888c3b189dc2e (diff) | |
download | low-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.tar.gz low-puszcza-04e3299f1115a4c2f17b2ed87ab2c54b24272b31.zip |
Add favicon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
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 |