summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-25 08:05:22 -0300
committerEuAndreh <eu@euandre.org>2024-03-28 10:31:43 -0300
commit606d38bd5701794ea1d9f7b9be88b25a33db94e0 (patch)
treea91753729310adbd57cba4812e3d61f5be694f04 /deps.mk
parentNode.js -> Go (diff)
downloadpapod-606d38bd5701794ea1d9f7b9be88b25a33db94e0.tar.gz
papod-606d38bd5701794ea1d9f7b9be88b25a33db94e0.tar.xz
Adapt build and installation
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/deps.mk b/deps.mk
index 7cf1f0e..e75165b 100644
--- a/deps.mk
+++ b/deps.mk
@@ -1,12 +1,12 @@
-sources.go = \
- src/papo.go \
-
-tests.go = \
- tests/papo_test.go \
-
sources.sql = \
src/sql/migrations/2023-11-16T15:46:27-03:00-init-auth-data.sql \
+sources.static = \
+ src/static/client.js \
+ src/static/favicon.svg \
+ src/static/index.html \
+ src/static/styles.css \
+
manpages.en.in = \
doc/papo.en.1.in \
doc/papo.en.3go.in \
@@ -15,6 +15,3 @@ manpages.en.in = \
doc/papo.why.en.7.in \
manpages.in = $(manpages.en.in)
-
-
-tests/papo_test.bin-check: tests/papo_test.bin