954,492 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to run a makefile file on ubuntu ?

Hello

I have downloaded a source code written in C. There I found a Makefile file . Can you tell me how to run that "makefile" file from command line ?

thank you

begueradj
Junior Poster in Training
70 posts since Mar 2007
Reputation Points: 9
Solved Threads: 0
 

Hi, although I'm not sure this is the correct place for your post, try using 'make' command

mikrosfoititis
Junior Poster in Training
74 posts since Nov 2011
Reputation Points: 18
Solved Threads: 11
 

thank you, but it does not with make Make_file_name

begueradj
Junior Poster in Training
70 posts since Mar 2007
Reputation Points: 9
Solved Threads: 0
 

Well, what's the output then?
P.S. If your makefile is named as "Makefile" which is a default, you can just type make.

mikrosfoititis
Junior Poster in Training
74 posts since Nov 2011
Reputation Points: 18
Solved Threads: 11
 

if your makefile is of extension someFileName.make , try using make -f someFileName.make

rsashwin
Newbie Poster
8 posts since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

I'm pretty sure you can rename it to makefile and just type make. I don't think that will affect anything in the makefile unless there's some special case in the file.


*edit: make sure you're in the correct directory on the command line when you type make or it obviously won't work

NerdyChick27
Newbie Poster
8 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: