Thread: Creating a Makefile

  1. #1
    Registered User
    Join Date
    Apr 2009
    Posts
    24

    Creating a Makefile

    Does anyone know how to create a makefile on mac OS X? I think it needs to be declared a unix executable file

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I'm pretty sure it doens't need to be an executable file.

    Here is the makefile for minibasic, which isn't too complicated.
    matsp / minibasic / source — bitbucket.org

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. creating two binary from 1 makefile
    By -EquinoX- in forum C Programming
    Replies: 1
    Last Post: 03-21-2009, 11:40 AM
  2. Building a project using a Makefile
    By starcatcher in forum Windows Programming
    Replies: 2
    Last Post: 11-23-2008, 11:50 PM
  3. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  4. makefile blues....
    By WaterNut in forum C Programming
    Replies: 6
    Last Post: 05-30-2005, 08:22 PM
  5. Need help with Makefile
    By xshapirox in forum C++ Programming
    Replies: 14
    Last Post: 09-28-2004, 03:32 PM