feat: argument parse 1

This commit is contained in:
2025-08-22 13:40:07 -04:00
parent fbbcb22867
commit 8fb97ffa8f
4 changed files with 63 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ int create_project(manifest_t manifest)
mkdir_p(manifest.project);
chdir(manifest.project);
if (manifest.flags.simple) {
if (manifest.style == SIMPLE) {
/* This only works if the source
files's root name is the same as the target on all of the Makefile becuase of how it checks for files. */
cfprintf(