diff options
author | EuAndreh <eu@euandre.org> | 2025-05-29 06:13:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-29 06:13:49 -0300 |
commit | b66067d503bac4cfeda83331e045d9c79d8b43c1 (patch) | |
tree | 4f6290e40fd0ac77a17bd0e4b50de387bbac8b18 /deps.mk | |
parent | meta.capim: Add with :dependencies key (diff) | |
download | untls-b66067d503bac4cfeda83331e045d9c79d8b43c1.tar.gz untls-b66067d503bac4cfeda83331e045d9c79d8b43c1.tar.xz |
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 25 |
1 files changed, 21 insertions, 4 deletions
@@ -6,13 +6,30 @@ mains.go = \ src/main.go \ tests/main.go \ -functional-tests/lib.go = \ +manpages.en.N.adoc = \ + doc/untls.en.0.adoc \ -functional-tests/main.go = \ +manpages.XX.N.adoc = \ + doc/untls.de.0.adoc \ + doc/untls.eo.0.adoc \ + doc/untls.es.0.adoc \ + doc/untls.fr.0.adoc \ + doc/untls.pt.0.adoc \ -fuzz-targets/lib.go = \ +sources.po = \ + po/untls/de.po \ + po/untls/eo.po \ + po/untls/es.po \ + po/untls/fr.po \ + po/untls/pt.po \ -fuzz-targets/main.go = \ +functional/lib.go = \ + +functional/main.go = \ + +fuzz/lib.go = \ + +fuzz/main.go = \ benchmarks/lib.go = \ |