bulk changes, but autotools

This commit is contained in:
2025-09-04 21:36:29 -04:00
parent 19c1e37cd2
commit b99a13f426
5 changed files with 118 additions and 22 deletions

View File

@@ -9,18 +9,16 @@
#ifndef YAIT_H
#define YAIT_H
typedef enum { MIT, GPL, BSD, UNL, _LICENCE_COUNT_ } licence_t;
typedef enum { MIT, GPL, BSD, UNL, LCOUNT } licence_t;
typedef enum { MAKE, CMAKE, AUTOTOOLS, BARE, BCOUNT } built_t;
typedef struct {
licence_t licence;
built_t build;
bool lib;
bool git;
bool autotools;
bool cmake;
bool make;
bool bare;
bool flat;
bool open_editor;