This commit is contained in:
2025-09-03 19:43:09 -04:00
parent 13b15cb07f
commit 19c1e37cd2
7 changed files with 71 additions and 91 deletions

View File

@@ -15,7 +15,6 @@ typedef struct {
licence_t licence;
bool lib;
bool exe;
bool git;
bool autotools;
@@ -26,9 +25,9 @@ typedef struct {
bool open_editor;
struct {
bool nob;
bool clang_format;
bool Cleanup;
bool build_nob;
bool tools_format;
bool tools_Cleanup;
} extra;
char *project;