c: Add skeleton filesfor the CLI tool
This is prep work for the moving to Meson.
This commit is contained in:
8
c/cli/src/passgeny.c
Normal file
8
c/cli/src/passgeny.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "phogen.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user