Author Topic: using 'make' with codeblocks  (Read 2771 times)

codingC

  • Guest
using 'make' with codeblocks
« on: January 04, 2013, 09:41:59 am »
hello CB experts!

Codeblocks is the most amazing IDE for C/C++ and I'm just enjoying using it !
Sorry if I'm asking a basic question but is there an ability to 'make' files in CB?

Just like in linux the 'make' command which runs the makefile is used to compile multiple files with all dependencies and create an executable, is there something similar in CB?
How can I add my SDK and run 'make' with CBs?

Thanks a lot!!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: using 'make' with codeblocks
« Reply #1 on: January 04, 2013, 09:54:57 am »
Search the forum for info about custom makefile projects.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]