c: Add skeleton filesfor the CLI tool

This is prep work for the moving to Meson.
This commit is contained in:
2021-09-22 18:35:15 +02:00
parent 50b0758ffc
commit 9d3ffdadf5
3 changed files with 22 additions and 0 deletions

8
c/cli/src/passgeny.c Normal file
View File

@ -0,0 +1,8 @@
#include <stdlib.h>
#include "phogen.h"
int main(void)
{
return EXIT_SUCCESS;
}