Add build target for libmousefs_client.a static library

- 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
This commit is contained in:
Claude
2025-11-10 18:12:30 +00:00
parent 1a297989d4
commit 7f5ceeb24f
2 changed files with 18 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
*.exe
*.out
*.o
*.a
chunk_server_data_*