diff options
author | EuAndreh <eu@euandre.org> | 2025-05-29 03:36:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-29 05:43:17 -0300 |
commit | a45f1e444f6f053635315c8f6fad6ad465f8b0dc (patch) | |
tree | 157c54f187ee7bea7721d40abe8b959c2a8993ea /deps.mk | |
parent | meta.capim: Add with :dependencies key (diff) | |
download | binder-a45f1e444f6f053635315c8f6fad6ad465f8b0dc.tar.gz binder-a45f1e444f6f053635315c8f6fad6ad465f8b0dc.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/binder.en.0.adoc \ -functional-tests/main.go = \ +manpages.XX.N.adoc = \ + doc/binder.de.0.adoc \ + doc/binder.eo.0.adoc \ + doc/binder.es.0.adoc \ + doc/binder.fr.0.adoc \ + doc/binder.pt.0.adoc \ -fuzz-targets/lib.go = \ +sources.po = \ + po/binder/de.po \ + po/binder/eo.po \ + po/binder/es.po \ + po/binder/fr.po \ + po/binder/pt.po \ -fuzz-targets/main.go = \ +functional/lib.go = \ + +functional/main.go = \ + +fuzz/lib.go = \ + +fuzz/main.go = \ benchmarks/lib.go = \ |