Monday, August 8, 2011

Equivalent of the "make" command in MS-DOS?

Make is not part of bash. It's a separate program, which is called when you type "make". Because it's a GNU program, you should be able to get a DOS version that will work the same way. However, the makefiles you use are usually only for UNIX systems, but you can try anyway.

No comments:

Post a Comment