Author Topic: Noob -> where ist the makefile?  (Read 2889 times)

Mati

  • Guest
Noob -> where ist the makefile?
« on: June 25, 2007, 08:56:21 pm »
Hello,

i compiled my c++ programm first time with codeblocks - but i would like to find the makefile....but where is it?
I use the nightly build version and i'm working on unix.

Can anybode tell me where the makefile for my project is located?

Thanks a lot.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: Noob -> where ist the makefile?
« Reply #1 on: June 25, 2007, 09:03:49 pm »
There is no makefile. Code::Blocks uses its own build system instead of makefiles.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.