summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
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