what did i even change?

This commit is contained in:
NishiOwO
2026-01-06 00:54:00 +09:00
parent e2aecbf9d4
commit 85df90ceaf
3 changed files with 5 additions and 1 deletions

View File

@@ -226,7 +226,7 @@ foreach my $l (@library_targets) {
}
print(OUT "${l}: ${s}\n");
print(OUT " \$(CC) $warn \$(CFLAGS\) \$\(INCDIR) -c -o ${l} ${s}\n");
print(OUT " \$(CC) $warn \$\(INCDIR) \$(CFLAGS\) -c -o ${l} ${s}\n");
}
print(OUT "\n");
print(OUT "\n");