feat: add linux compatibility

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-07-06 19:17:43 +08:00
parent b9c952d01d
commit 0b6f72ed53
7 changed files with 1435 additions and 5 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
cd $(dirname $0)
${CC} -O3 ${CFLAGS} -o ./grep *.c
${CC} -O3 ${CFLAGS} -o ./grep *.c $(pcre2-config --libs-posix)