Makefile
-
February 09, 2017
Build static library cpp in Ubuntu
Library is very important when you build some kind of big systems. Some advantages of library are: You have to write less code Easy to fix code Easy to share to others …In this post, I am going to share one way to build static library in Ubunt...