Update 'src/parse.c'

This commit is contained in:
Liam Waldron 2023-05-04 13:19:08 -04:00
parent 8dcce562cd
commit 9f3038d651

View File

@ -66,7 +66,7 @@ char checkForFiles() {
printf(COL_YELLOW "WRN" COL_RESET " | use a config.emk file, rather\n");
printf(COL_YELLOW "WRN" COL_RESET " | than embedding settings directly\n");
printf(COL_YELLOW "WRN" COL_RESET " | within the emkfile.\n");
emkConfigExists = 1;
int emkConfigExists = 1;
} else if (getcwd(cwd, sizeof(cwd)) != NULL) {
printf(COL_BLUE "INF" COL_RESET " | using config.emk at %s/config.emk\n", cwd);
}