merge conflict

This commit is contained in:
IoIxD 2025-12-17 19:08:06 -07:00
commit c6c2028646
51 changed files with 1958 additions and 1592 deletions

View file

@ -183,7 +183,7 @@ print(OUT " cp -rf include \$(DESTDIR)\$(PREFIX)/\n");
print(OUT "\n");
print(OUT "format:\n");
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
" perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl Makefile.pl -name \"*.pl\"`\n"