version dialog

This commit is contained in:
Nishi 2026-05-10 07:03:11 +09:00
commit 7d96c216bd
Signed by: nishi
GPG key ID: 27EF69B208EB9343
17 changed files with 291288 additions and 1 deletions

2
format.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
clang-format --verbose -i pmake.js `find src "(" -name "*.c" -or -name "*.h" ")" -and -not -path "src/icon/*"`