summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-29 05:53:26 -0300
committerEuAndreh <eu@euandre.org>2025-05-29 05:53:26 -0300
commit783845f84860968dd5e0f971fea42045c8b8e58c (patch)
tree756252dbf6965ab0504d0310d2e28e4f570e8a2d /deps.mk
parentmeta.capim: Add with :dependencies key (diff)
downloadhsts-783845f84860968dd5e0f971fea42045c8b8e58c.tar.gz
hsts-783845f84860968dd5e0f971fea42045c8b8e58c.tar.xz
Update to latest project skeleton: i18n and fine-grained fuzzingHEADmain
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk25
1 files changed, 21 insertions, 4 deletions
diff --git a/deps.mk b/deps.mk
index 5318d53..a049265 100644
--- a/deps.mk
+++ b/deps.mk
@@ -6,13 +6,30 @@ mains.go = \
src/main.go \
tests/main.go \
-functional-tests/lib.go = \
+manpages.en.N.adoc = \
+ doc/hsts.en.0.adoc \
-functional-tests/main.go = \
+manpages.XX.N.adoc = \
+ doc/hsts.de.0.adoc \
+ doc/hsts.eo.0.adoc \
+ doc/hsts.es.0.adoc \
+ doc/hsts.fr.0.adoc \
+ doc/hsts.pt.0.adoc \
-fuzz-targets/lib.go = \
+sources.po = \
+ po/hsts/de.po \
+ po/hsts/eo.po \
+ po/hsts/es.po \
+ po/hsts/fr.po \
+ po/hsts/pt.po \
-fuzz-targets/main.go = \
+functional/lib.go = \
+
+functional/main.go = \
+
+fuzz/lib.go = \
+
+fuzz/main.go = \
benchmarks/lib.go = \