Files
Passgeny/c/cli/meson.build
Mitja HORVAT c869c79619 c: Implement the CLI tool
The CLI tool should have feature parity with the Python equivalent.

Both implementations generate the same hashes so the algorithm seems to
be sound.
2021-11-14 09:17:41 +01:00

3 lines
68 B
Meson

executable('passgeny', 'src/main.c', dependencies: [passgeny_dep])