summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-21 07:39:46 -0300
committerEuAndreh <eu@euandre.org>2024-10-21 17:17:17 -0300
commitd45cf0d708bc739b6478e741c964da2e64e3d874 (patch)
treea62b03cb31f8f3fe9dc1f4b94ab8a0f5669bb5b3 /deps.mk
parentsrc/content/img/: Add favicon and logo SVGs (diff)
downloadchat.papo.im-d45cf0d708bc739b6478e741c964da2e64e3d874.tar.gz
chat.papo.im-d45cf0d708bc739b6478e741c964da2e64e3d874.tar.xz
Init work on offline support and tests
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps.mk b/deps.mk
new file mode 100644
index 0000000..b5d3842
--- /dev/null
+++ b/deps.mk
@@ -0,0 +1,5 @@
+img.svg = \
+ src/content/img/favicon.svg \
+ src/content/img/logo/dark.svg \
+ src/content/img/logo/light.svg \
+