This commit is contained in:
NishiOwO
2025-12-15 12:26:15 +09:00
parent 1853cd1e7f
commit 5003d29246
13 changed files with 769 additions and 770 deletions

View File

@@ -181,7 +181,7 @@ print(OUT " cp -rf include \$(DESTDIR)\$(PREFIX)/\n");
print(OUT "\n"); print(OUT "\n");
print(OUT "format:\n"); print(OUT "format:\n");
print(OUT print(OUT
" clang-format --verbose -i `find src include -name \"*.c\" -or -name \"*.h\"`\n" " clang-format --verbose -i `find src include examples -name \"*.c\" -or -name \"*.h\"`\n"
); );
print(OUT print(OUT
" perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl Makefile.pl -name \"*.pl\"`\n" " perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl Makefile.pl -name \"*.pl\"`\n"

View File

@@ -719,5 +719,4 @@ const char* harvard[] = {
"A severe storm tore down the barn.", "A severe storm tore down the barn.",
"She called his name many times.", "She called his name many times.",
"When you hear the bell, come quickly.", "When you hear the bell, come quickly.",
NULL NULL};
};