UNIX
Programming and Technical
Programming
Basics
How i am able to compile two .c file from the single command in gcc compiler ?
Read Solution (Total 1)
-
- You have to make a "MAKE" file for it and you will fire make command and it will compile all you mentioned in MAKE file
Here is the link for MAKE File tutorial
http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/ - 7 years agoHelpfull: Yes(0) No(0)
UNIX Other Question