This commit is contained in:
2025-09-28 22:06:39 -04:00
parent 90fadf3980
commit d847c2fcb6
20 changed files with 636 additions and 450 deletions

View File

@@ -9,25 +9,10 @@
#ifndef YAIT_H
#define YAIT_H
typedef enum { MIT, GPL, BSD, UNL, LCOUNT } licence_t;
typedef enum { MAKE, CMAKE, AUTOTOOLS, BARE, BCOUNT } built_t;
typedef enum { MIT, GPL, BSD } licence_t;
typedef struct {
licence_t licence;
built_t build;
bool lib;
bool git;
bool flat;
bool open_editor;
struct {
bool build_nob;
bool tools_format;
bool tools_Cleanup;
} extra;
char *project;
char *author;
char *editor;