This commit is contained in:
Nishi 2025-12-22 18:52:37 +09:00
commit f820c978fc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 61 additions and 36 deletions

View file

@ -13,7 +13,7 @@ SO = .so
all: libxmllib$(SO)
format:
clang-format --verbose -i `find src include -name "*.c" -or -name "*.h"`
clang-format --verbose -i `find src include -name "*.c" -or -name "*.h"` example.c
example: example.c libxmllib$(SO)
$(CC) -o $@ example.c -I include -Wl,-R. -L. -lxmllib