summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-15 14:01:58 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-15 14:01:58 -0600
commit6844c12eb1f36a513e18553bc2007a5ff499dc68 (patch)
tree288f03403b2c3e0fc53185e561ffbbc3c8e8b655 /Makefile
parenta77801705270ce4b82d82fe97ca40a872b248a86 (diff)
Add GitHub Sponsors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6a0747..6f4ec87 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ build/files += public/imworkingon/imworkingon.css
generate/files = public/sponsor/liberapay-icon.svg
generate/files += public/sponsor/kofi-icon.png
generate/files += public/sponsor/patreon-icon.svg
+generate/files += public/sponsor/github-icon.svg
################################################################################
@@ -37,3 +38,5 @@ public/sponsor/kofi-icon.png:
curl -L https://storage.ko-fi.com/cdn/cup-border.png >$@
public/sponsor/patreon-icon.svg:
curl -L https://theme.zdassets.com/theme_assets/421814/642051a1900f62924e9512621d2f1838988e9245.svg >$@
+public/sponsor/github-icon.svg:
+ curl -L https://github.githubassets.com/favicons/favicon.svg >$@