fix MwNx/MwNy

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@650 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-09 08:36:57 +00:00
parent 16c22724c7
commit 588d07d5c8
3 changed files with 32 additions and 5 deletions

View File

@@ -203,7 +203,8 @@ foreach my $l (@examples_targets) {
}
print(OUT "\n");
print(OUT "clean:\n");
print( OUT " rm -f */*.o */*/*.o */*/*/*.o */*.exe */*/*.exe */*/*/*.exe src/*.so src/*.dll src/*.a "
print(OUT
" rm -f */*.o */*/*.o */*/*/*.o */*.exe */*/*.exe */*/*/*.exe src/*.so src/*.dll src/*.a "
. join(" ", @examples_targets)
. "\n");
print(OUT "\n");