Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
|
|||||||
Begin your free trial now
Pay-as-you-go options starting at $10/user/month
Pay-as-you-go options starting at $10/user/month
Makefile
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
Makefile
I downloaded "makefile" and I can't remember where to plug it in. I searched Google and it took me to a tutorial by Opus. I don't have Opus on my computer. I think it was a plug in for either Total Commander or OpenOffice.org. Can you help me?
|
|
#2
|
||||
|
||||
|
I don't understand. Are you trying to compile something?
|
|
#3
|
||||
|
||||
|
Make is a utility which reads lines from a makefile to create(compile & link) programs.
It's highly unlikely that you need a makefile if you did not know this already. |
|
#4
|
||||
|
||||
|
Compile & Link "makefile"
There is no way to tell. There are not other file associations; no explanations and no readme.
|
|
#5
|
||||
|
||||
|
A tru makefile is smallish (20-30kb) and only contains plain text.
open with any editor program (nopad,wordpad) there will be lines like all: build install test uninstallif not, then it's not a makefile; if so, just delete it |
|
|


