diff --git a/Makefile b/Makefile index c6af19f..01bf0a6 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,6 @@ help: .PHONY: static static: $(STATICOUT) -$(STATICOUT): $(STATICFILES) +$(DISTDIR)/%: $(STATICDIR)/% @mkdir -p $(dir $@) @cp -v $< $@ \ No newline at end of file diff --git a/dist/android-chrome-192x192.png b/dist/android-chrome-192x192.png index 3bacb72..48b32ba 100644 Binary files a/dist/android-chrome-192x192.png and b/dist/android-chrome-192x192.png differ diff --git a/dist/android-chrome-512x512.png b/dist/android-chrome-512x512.png index 3bacb72..a36af9f 100644 Binary files a/dist/android-chrome-512x512.png and b/dist/android-chrome-512x512.png differ diff --git a/dist/apple-touch-icon.png b/dist/apple-touch-icon.png index 3bacb72..08cc23a 100644 Binary files a/dist/apple-touch-icon.png and b/dist/apple-touch-icon.png differ diff --git a/dist/favicon-16x16.png b/dist/favicon-16x16.png index 3bacb72..4f17ef9 100644 Binary files a/dist/favicon-16x16.png and b/dist/favicon-16x16.png differ diff --git a/dist/favicon-32x32.png b/dist/favicon-32x32.png index 3bacb72..786433c 100644 Binary files a/dist/favicon-32x32.png and b/dist/favicon-32x32.png differ diff --git a/dist/favicon.ico b/dist/favicon.ico index 3bacb72..93c107b 100644 Binary files a/dist/favicon.ico and b/dist/favicon.ico differ diff --git a/dist/site.webmanifest b/dist/site.webmanifest index 3bacb72..45dc8a2 100644 Binary files a/dist/site.webmanifest and b/dist/site.webmanifest differ