what did i even change?

This commit is contained in:
Nishi 2026-01-06 00:54:00 +09:00
commit 85df90ceaf
Signed by: nishi
GPG key ID: 27EF69B208EB9343
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");