things
This commit is contained in:
parent
f3253acc2d
commit
f820c978fc
3 changed files with 61 additions and 36 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue