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
Skill Endorsements: 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
Skill Endorsements: 1
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
Skill Endorsements: 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
Skill Endorsements: 1