- Add CLIENT_CFILES and CLIENT_OFILES variables to Makefile - Add rules to build object files and create static library - Include libmousefs_client.a in the 'all' target - Update clean target to remove library and object files - Update .gitignore to ignore *.o and *.a build artifacts The library includes: client.c, basic.c, tcp.c, message.c
6 lines
40 B
Plaintext
6 lines
40 B
Plaintext
*.exe
|
|
*.out
|
|
*.o
|
|
*.a
|
|
chunk_server_data_*
|