Görüntülenen Etiket : " makefile"
Dec
25
2011

How to Write a Simple Makefile

makefile is very important topic in software development. If you don’t use any IDE like Eclipse, NetBeans, QT, Visual Studio ..etc, you should know how to create and edit makefiles. Even if you use an ide that create and modify makefiles automatically for you, you can be sure that one day you will need these informations. makefile is a very comprehensive topic. I tried to mentioned about only important part of the makefiles. I tried [...]